Get the child types.
Read-only property
[Visual Basic .NET] |
---|
Public Property ChildTypes() As System.Array |
[C#] |
---|
public System.Array ChildTypes {get;} |
[Managed C++] |
---|
public: __property System::Array get_ChildTypes(); |
[Unmanaged C++] |
---|
public: HRESULT get_ChildTypes( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray getChildTypes(); |