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 get_PropertyValueInt(
long propIndex,
System.Int32* pIntValue
);
[C++] Parameters propIndex [in]
propIndex is a parameter of type long pIntValue [out, retval]
pIntValue is a parameter of type int*