Get the collection of objects in the
chain.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Objects() As IAgObjectLinkCollection
|
| [C#] |
|---|
public IAgObjectLinkCollection Objects {get;}
|
| [Managed C++] |
|---|
public: __property IAgObjectLinkCollection^ get_Objects();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Objects(
|
| [Java] |
|---|
public IAgObjectLinkCollection getObjects();
|