Get all descendant elements

Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)

Syntax

C#
public IEnumerable<ICMSElement> Descendants()
Visual Basic
Public Function Descendants As IEnumerable(Of ICMSElement)
Visual C++
public:
virtual IEnumerable<ICMSElement^>^ Descendants() sealed

Return Value

Type: IEnumerable<(Of <(<'ICMSElement>)>)>
Enumerable ICMSElement, deferred execution

Implements

ICMSPage..::..Descendants()()()()

See Also