Share via


IMoniker.BindToStorage Method

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

Syntax

'Declaration
Sub BindToStorage ( _
    pbc As IBindCtx, _
    pmkToLeft As IMoniker, _
    ByRef riid As Guid, _
    <OutAttribute> ByRef ppvObj As Object _
)
void BindToStorage(
    IBindCtx pbc,
    IMoniker pmkToLeft,
    ref Guid riid,
    out Object ppvObj
)
void BindToStorage(
    [InAttribute] IBindCtx^ pbc, 
    [InAttribute] IMoniker^ pmkToLeft, 
    [InAttribute] Guid% riid, 
    [OutAttribute] Object^% ppvObj
)
abstract BindToStorage : 
        pbc:IBindCtx * 
        pmkToLeft:IMoniker * 
        riid:Guid byref * 
        ppvObj:Object byref -> unit
function BindToStorage(
    pbc : IBindCtx, 
    pmkToLeft : IMoniker, 
    riid : Guid, 
    ppvObj : Object
)

Parameters

.NET Framework Security

See Also

Reference

IMoniker Interface

Microsoft.VisualStudio.OLE.Interop Namespace