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