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 get_AttribName(
long pos,
System.String* Name
);
[C++] Parameters pos [in]
pos is a parameter of type long Name [out, retval]
Name is a parameter of type BSTR*