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