Share via


IOleObject.GetMoniker Method

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 _
)
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

Remarks

For information on the COM interface, see IOleObject::GetMoniker

.NET Framework Security

See Also

Reference

IOleObject Interface

Microsoft.VisualStudio.OLE.Interop Namespace