IOleObject.GetUserClassID Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub GetUserClassID ( _
<OutAttribute> ByRef pClsid As Guid _
)
void GetUserClassID(
out Guid pClsid
)
void GetUserClassID(
[OutAttribute] Guid% pClsid
)
abstract GetUserClassID :
pClsid:Guid byref -> unit
function GetUserClassID(
pClsid : Guid
)
Parameters
- pClsid
Type: Guid%
Remarks
For information on the COM interface, see IOleObject::GetUserClassID
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.