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 put_PropertyValueLong(
long propIndex,
long pLongValue
);
[C++]
Parameters propIndex [in]
propIndex is a parameter of type long pLongValue [in]
pLongValue is a parameter of type long