Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub GetClassObject ( _
ByRef rclsid As Guid, _
dwClassContext As UInteger, _
locale As UInteger, _
ByRef riid As Guid, _
<OutAttribute> ByRef ppv As IntPtr _
)
'Usage
Dim instance As IClassActivator
Dim rclsid As Guid
Dim dwClassContext As UInteger
Dim locale As UInteger
Dim riid As Guid
Dim ppv As IntPtr
instance.GetClassObject(rclsid, dwClassContext, _
locale, riid, ppv)
void GetClassObject(
ref Guid rclsid,
uint dwClassContext,
uint locale,
ref Guid riid,
out IntPtr ppv
)
void GetClassObject(
[InAttribute] Guid% rclsid,
[InAttribute] unsigned int dwClassContext,
[InAttribute] unsigned int locale,
[InAttribute] Guid% riid,
[OutAttribute] IntPtr% ppv
)
abstract GetClassObject :
rclsid:Guid byref *
dwClassContext:uint32 *
locale:uint32 *
riid:Guid byref *
ppv:IntPtr byref -> unit
function GetClassObject(
rclsid : Guid,
dwClassContext : uint,
locale : uint,
riid : Guid,
ppv : IntPtr
)
Parameters
- rclsid
Type: System.Guid%
- dwClassContext
Type: System.UInt32
- locale
Type: System.UInt32
- riid
Type: System.Guid%
- ppv
Type: System.IntPtr%
.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.