This document is archived and information here might be outdated. Recommended version. |
The attribute number i's value.
[Visual Basic .NET]
Public Function get_AttribValueByIndex ( _
ByVal pos As Integer _
) As String
[Visual Basic .NET]
Public Sub set_AttribValueByIndex ( _
ByVal pos As Integer, _
ByVal Value As String _
)
[C#]
public string get_AttribValueByIndex (
int pos
);
[C#]
public void set_AttribValueByIndex (
int pos,
string Value
);
[C++]
HRESULT get_AttribValueByIndex(
long pos,
System.String* Value
);
[C++]
HRESULT put_AttribValueByIndex(
long pos,
BSTR Value
);
[C++] Parameters pos [in]
pos is a parameter of type long Value [out, retval]
Value is a parameter of type BSTR* pos [in]
pos is a parameter of type long Value [in]
Value is a parameter of type BSTR