This document is archived and information here might be outdated. Recommended version. |
The attribute number i's name.
[Visual Basic .NET] Public Function get_AttribName ( _ ByVal pos As Integer _ ) As String
[Visual Basic .NET] Public Sub set_AttribName ( _ ByVal pos As Integer, _ ByVal Name As String _ )
[C#] public string get_AttribName ( int pos );
[C#] public void set_AttribName ( int pos, string Name );
[C++]
HRESULT put_AttribName(
long pos,
BSTR Name
);
[C++]
Parameters pos [in]
pos is a parameter of type long Name [in]
Name is a parameter of type BSTR