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