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