Gets the IElementList collection, that contains inner elements.

Namespace:  PerpetuumSoft.Framework.Model
Assembly:  PerpetuumSoft.Framework.Model (in PerpetuumSoft.Framework.Model.dll) Version: 3.9.0.1

Syntax

C#
IElementList Elements { get; }
Visual Basic (Declaration)
ReadOnly Property Elements As IElementList
Visual C++
property IElementList^ Elements {
	IElementList^ get ();
}

See Also