IMoniker::BindToStorage Method (IBindCtx^, IMoniker^, Guid, Object^)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Return to top
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
void BindToStorage(
IBindCtx^ pbc,
IMoniker^ pmkToLeft,
[InAttribute] Guid% riid,
[OutAttribute] Object^% ppvObj
)
Parameters
- pbc
- Type: Microsoft.VisualStudio.OLE.Interop::IBindCtx^
- pmkToLeft
- Type: Microsoft.VisualStudio.OLE.Interop::IMoniker^
- riid
- Type: System::Guid
- ppvObj
- Type: System::Object^
Show: