IMoniker::BindToObject 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 BindToObject(
IBindCtx^ pbc,
IMoniker^ pmkToLeft,
[InAttribute] Guid% riidResult,
[OutAttribute] Object^% ppvResult
)
Parameters
- pbc
- Type: Microsoft.VisualStudio.OLE.Interop::IBindCtx^
- pmkToLeft
- Type: Microsoft.VisualStudio.OLE.Interop::IMoniker^
- riidResult
- Type: System::Guid
- ppvResult
- Type: System::Object^
Show: