IBindHost::MonikerBindToStorage Method (IMoniker^, IBindCtx^, IBindStatusCallback^, 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 MonikerBindToStorage(
IMoniker^ pmk,
IBindCtx^ pbc,
IBindStatusCallback^ pBSC,
[InAttribute] Guid% riid,
[OutAttribute] Object^% ppvObj
)
Parameters
- pmk
- Type: Microsoft.VisualStudio.OLE.Interop::IMoniker^
- pbc
- Type: Microsoft.VisualStudio.OLE.Interop::IBindCtx^
- riid
- Type: System::Guid
- ppvObj
- Type: System::Object^
Show: