This document is archived and information here might be outdated. Recommended version. |
.
[Visual Basic .NET]
Public Property Type As Integer
[C#]
public int Type {get; set;}
[C++]
HRESULT get_Type(
System.Int32* Type
);
[C++]
HRESULT put_Type(
long Type
);
[C++] Parameters Type [out, retval]
Type is a parameter of type long* Type [in]
Type is a parameter of type long
Do not use this.