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
- pmkToLeft
Type: Microsoft.VisualStudio.OLE.Interop.IMoniker
- riid
Type: System.Guid%
- ppvObj
Type: System.Object%
.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.