Retursn the list of arguments.
[Visual Basic .NET] |
---|
Public Function GetAllArguments() As System.Array |
[C#] |
---|
public System.Array GetAllArguments(); |
[Managed C++] |
---|
public: System::Array GetAllArguments(); |
[Unmanaged C++] |
---|
public: HRESULT GetAllArguments( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray getAllArguments(); |