ReflectionFilesSelect Method
Find all nodes that matches the given XPath query
Namespace: SandcastleBuilder.Utils.InheritedDocumentationAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public IEnumerable<XPathNavigator> Select(
string xpath
)
Public Function Select (
xpath As String
) As IEnumerable(Of XPathNavigator)
public:
IEnumerable<XPathNavigator^>^ Select(
String^ xpath
)
member Select :
xpath : string -> IEnumerable<XPathNavigator>
- xpath String
- The XPath query used to find nodes
IEnumerableXPathNavigatorAn enumerable list of matching nodes