IOleObject.GetMoniker Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
‘선언
Sub GetMoniker ( _
dwAssign As UInteger, _
dwWhichMoniker As UInteger, _
<OutAttribute> ByRef ppmk As IMoniker _
)
void GetMoniker(
uint dwAssign,
uint dwWhichMoniker,
out IMoniker ppmk
)
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.