Get all the field names along with the corresponding value.
[Visual Basic .NET] |
---|
Public Function GetAllFieldsAndValues() As System.Array |
[C#] |
---|
public System.Array GetAllFieldsAndValues(); |
[Managed C++] |
---|
public: System::Array GetAllFieldsAndValues(); |
[Unmanaged C++] |
---|
public: HRESULT GetAllFieldsAndValues( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray getAllFieldsAndValues(); |