Select a list of element using Xpath. Please note that even though this method is flexible, it is quite a bit slowerd than using linq query via Element/Elements/Descendants method.
Namespace: Ingeniux.RuntimeAssembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)
Syntax
| C# |
|---|
public IEnumerable<ICMSElement> XPathSelectElements( string xpath ) |
| Visual Basic |
|---|
Public Function XPathSelectElements ( xpath As String ) As IEnumerable(Of ICMSElement) |
| Visual C++ |
|---|
public: virtual IEnumerable<ICMSElement^>^ XPathSelectElements( String^ xpath ) sealed |
Parameters
- xpath
- Type: System..::..String
Xpath query expression
Return Value
Type: IEnumerable<(Of <(<'ICMSElement>)>)>Even though marked as IEnumerable, this is not deferred execution.