| ReflectionFilesSelectSingleNode Method |
Find the single node that matches the given XPath query
Namespace: SandcastleBuilder.InheritedDocumentationAssembly: GenerateInheritedDocs (in GenerateInheritedDocs.exe) Version: 2014.11.22.0
Syntax public XPathNavigator SelectSingleNode(
string xpath
)
Public Function SelectSingleNode (
xpath As String
) As XPathNavigator
public:
XPathNavigator^ SelectSingleNode(
String^ xpath
)
member SelectSingleNode :
xpath : string -> XPathNavigator
Parameters
- xpath
- Type: SystemString
The XPath query used to find the node
Return Value
Type:
XPathNavigatorThe node if found or null if not found
See Also