This document is archived and information here might be outdated. Recommended version. |
The attribute value for a specified variable and an attribute name or keyword.
[Visual Basic .NET]
Public Function GetAttributeValue ( _
ByVal varName As String, _
ByVal attName As String, _
ByVal valueIndex As Integer _
) As Object
[C#]
public object GetAttributeValue (
string varName,
string attName,
int valueIndex
);
[C++]
HRESULT GetAttributeValue(
BSTR varName,
BSTR attName,
long valueIndex
);
[C++] Parameters varName [in]
varName is a parameter of type BSTR attName [in]
attName is a parameter of type BSTR valueIndex [in]
valueIndex is a parameter of type long