IBindHost::CreateMoniker Method (String^, IBindCtx^, IMoniker^, UInt32)
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 CreateMoniker( String^ szName, IBindCtx^ pbc, [OutAttribute] IMoniker^% ppmk, unsigned int dwReserved )
Parameters
- szName
- Type: System::String^
- pbc
- Type: Microsoft.VisualStudio.OLE.Interop::IBindCtx^
- ppmk
- Type: Microsoft.VisualStudio.OLE.Interop::IMoniker^
- dwReserved
- Type: System::UInt32
Show: