Returns the available objects that can be added to this object.
Read-only property
[Visual Basic .NET] |
---|
Public Property SupportedChildTypes() As System.Array |
[C#] |
---|
public System.Array SupportedChildTypes {get;} |
[Managed C++] |
---|
public: __property System::Array get_SupportedChildTypes(); |
[Unmanaged C++] |
---|
public: HRESULT get_SupportedChildTypes( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray getSupportedChildTypes(); |