ReflectionFilesSelectSingleNode Method
Find the single node that matches the given XPath query
Namespace: Sandcastle.Core.InheritedDocumentationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public XPathNavigator SelectSingleNode(
string xpath
)
Public Function SelectSingleNode (
xpath As String
) As XPathNavigator
public:
XPathNavigator^ SelectSingleNode(
String^ xpath
)
member SelectSingleNode :
xpath : string -> XPathNavigator
- xpath String
- The XPath query used to find the node
XPathNavigatorThe node if found or null if not found