다음을 통해 공유


IOleClientSite.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

Remarks

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

.NET Framework Security

See Also

Reference

IOleClientSite Interface

Microsoft.VisualStudio.OLE.Interop Namespace