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