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 GetMoniker ( _
dwAssign As UInteger, _
dwWhichMoniker As UInteger, _
<OutAttribute> ByRef ppmk As IMoniker _
)
'Usage
Dim instance As IOleObject
Dim dwAssign As UInteger
Dim dwWhichMoniker As UInteger
Dim ppmk As IMoniker
instance.GetMoniker(dwAssign, dwWhichMoniker, _
ppmk)
void GetMoniker(
uint dwAssign,
uint dwWhichMoniker,
out IMoniker ppmk
)
void GetMoniker(
[InAttribute] unsigned int dwAssign,
[InAttribute] unsigned int dwWhichMoniker,
[OutAttribute] IMoniker^% ppmk
)
abstract GetMoniker :
dwAssign:uint32 *
dwWhichMoniker:uint32 *
ppmk:IMoniker byref -> unit
function GetMoniker(
dwAssign : uint,
dwWhichMoniker : uint,
ppmk : IMoniker
)
Parameters
- dwAssign
Type: System.UInt32
- dwWhichMoniker
Type: System.UInt32
- ppmk
Type: Microsoft.VisualStudio.OLE.Interop.IMoniker%
Remarks
For information on the COM interface, see IOleObject::GetMoniker
.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.