Returns the element names.
Read-only property
[Visual Basic .NET] |
---|
Public Property ElementNames() As System.Array |
[C#] |
---|
public System.Array ElementNames {get;} |
[Managed C++] |
---|
public: __property System::Array get_ElementNames(); |
[Unmanaged C++] |
---|
public: HRESULT get_ElementNames( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray getElementNames(); |