Gets the collection of elements.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Elements() As IAgElementCollection
|
| [C#] |
|---|
public IAgElementCollection Elements {get;}
|
| [Managed C++] |
|---|
public: __property IAgElementCollection^ get_Elements();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Elements(
|
| [Java] |
|---|
public IAgElementCollection getElements();
|