ICMSElementAncestorsAndSelf Method (XName)
|
Gets the ancestors of the Element with the given name, including the Element itself and any name matches.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax IEnumerable<ICMSElement> AncestorsAndSelf(
XName name
)
Function AncestorsAndSelf (
name As XName
) As IEnumerable(Of ICMSElement)
IEnumerable<ICMSElement^>^ AncestorsAndSelf(
XName^ name
)
abstract AncestorsAndSelf :
name : XName -> IEnumerable<ICMSElement>
Parameters
- name
- Type: System.Xml.LinqXName
Name of the Element to search for. Can pass in a string name directly if no namespace is involved.
Return Value
Type:
IEnumerableICMSElementEnumerable collection of Elements
See Also