다음을 통해 공유


IBindHost.CreateMoniker Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
Sub CreateMoniker ( _
    szName As String, _
    pbc As IBindCtx, _
    <OutAttribute> ByRef ppmk As IMoniker, _
    dwReserved As UInteger _
)
void CreateMoniker(
    string szName,
    IBindCtx pbc,
    out IMoniker ppmk,
    uint dwReserved
)

Parameters

.NET Framework Security

See Also

Reference

IBindHost Interface

Microsoft.VisualStudio.OLE.Interop Namespace