This document is archived and information here might be outdated. Recommended version. |
The value of an integer typed property.
[Visual Basic .NET] Public Function get_PropertyValueInt ( _ ByVal propIndex As Integer _ ) As Integer
[Visual Basic .NET] Public Sub set_PropertyValueInt ( _ ByVal propIndex As Integer, _ ByVal pIntValue As Integer _ )
[C#] public int get_PropertyValueInt ( int propIndex );
[C#] public void set_PropertyValueInt ( int propIndex, int pIntValue );
[C++]
HRESULT put_PropertyValueInt(
long propIndex,
Long pIntValue
);
[C++]
Parameters propIndex [in]
propIndex is a parameter of type long pIntValue [in]
pIntValue is a parameter of type int