This document is archived and information here might be outdated. Recommended version. |
Classification method.
[Visual Basic .NET] Public Property Method As UID
[C#] public UID Method {get; set;}
[C++]
HRESULT get_Method(
IUID** CLSID
);
[C++]
HRESULT putref_Method(
IUID* CLSID
);
[C++] Parameters CLSID [out, retval]
CLSID is a parameter of type IUID** CLSID [in]
CLSID is a parameter of type IUID*