Gets the list of supported component names.
Read-only property
[Visual Basic .NET] |
---|
Public Property SupportedComponents() As System.Array |
[C#] |
---|
public System.Array SupportedComponents {get;} |
[Managed C++] |
---|
public: __property System::Array get_SupportedComponents(); |
[Unmanaged C++] |
---|
public: HRESULT get_SupportedComponents( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray getSupportedComponents(); |