Returns an array of valid choices.
Read-only property
[Visual Basic .NET] |
---|
Public Property DefinitionSupportedTypes() As System.Array |
[C#] |
---|
public System.Array DefinitionSupportedTypes {get;} |
[Managed C++] |
---|
public: __property System::Array get_DefinitionSupportedTypes(); |
[Unmanaged C++] |
---|
public: HRESULT get_DefinitionSupportedTypes( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray getDefinitionSupportedTypes(); |