Get descendant elements by element name, and/or value of "Name" attribute
Namespace: Ingeniux.RuntimeAssembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)
Syntax
| C# |
|---|
public IEnumerable<ICMSElement> Descendants( XName name, string nameAttributeValue = "" ) |
| Visual Basic |
|---|
Public Function Descendants ( name As XName, Optional nameAttributeValue As String = "" ) As IEnumerable(Of ICMSElement) |
| Visual C++ |
|---|
public: virtual IEnumerable<ICMSElement^>^ Descendants( XName^ name, String^ nameAttributeValue = L"" ) sealed |
Parameters
- name
- Type: System.Xml.Linq..::..XName
Element name
- nameAttributeValue (Optional)
- Type: System..::..String
Value of "Name" attribute. Default is empty
Return Value
Type: IEnumerable<(Of <(<'ICMSElement>)>)>Enumerable ICMSElement, deferred execution