Returns a collection of direct descendants of
the current object.
Read-only property
[Visual Basic .NET] |
---|
Public Property Children() As IAgStkObjectCollection
|
[C#] |
---|
public IAgStkObjectCollection Children {get;}
|
[Managed C++] |
---|
public: __property IAgStkObjectCollection^ get_Children();
|
[Unmanaged C++] |
---|
public: HRESULT get_Children(
|
[Java] |
---|
public IAgStkObjectCollection getChildren();
|