This document is archived and information here might be outdated. Recommended version. |
The name of a value in an enumerated property.
[Visual Basic .NET]
Public Function get_EnumPropertyValueName ( _
ByVal index As Integer, _
ByVal Value As Integer _
) As String
[C#]
public string get_EnumPropertyValueName (
int index,
int Value
);
[C++]
HRESULT get_EnumPropertyValueName(
long index,
long Value,
System.String* pValueName
);
[C++] Parameters index [in]
index is a parameter of type long Value [in]
Value is a parameter of type long pValueName [out, retval]
pValueName is a parameter of type BSTR*