This document is archived and information here might be outdated. Recommended version. |
The value of a long integer typed property.
[Visual Basic .NET]
Public Function get_PropertyValueLong ( _
ByVal propIndex As Integer _
) As Integer
[Visual Basic .NET]
Public Sub set_PropertyValueLong ( _
ByVal propIndex As Integer, _
ByVal pLongValue As Integer _
)
[C#]
public int get_PropertyValueLong (
int propIndex
);
[C#]
public void set_PropertyValueLong (
int propIndex,
int pLongValue
);
[C++]
HRESULT get_PropertyValueLong(
long propIndex,
System.Int32* pLongValue
);
[C++] Parameters propIndex [in]
propIndex is a parameter of type long pLongValue [out, retval]
pLongValue is a parameter of type long*