IBindHost.CreateMoniker(String, IBindCtx, IMoniker, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void CreateMoniker(System::String ^ szName, Microsoft::VisualStudio::OLE::Interop::IBindCtx ^ pbc, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IMoniker ^ % ppmk, System::UInt32 dwReserved);
public void CreateMoniker (string szName, Microsoft.VisualStudio.OLE.Interop.IBindCtx pbc, out Microsoft.VisualStudio.OLE.Interop.IMoniker ppmk, uint dwReserved);
abstract member CreateMoniker : string * Microsoft.VisualStudio.OLE.Interop.IBindCtx * IMoniker * uint32 -> unit
Public Sub CreateMoniker (szName As String, pbc As IBindCtx, ByRef ppmk As IMoniker, dwReserved As UInteger)
Parameters
- szName
- String
- pbc
- IBindCtx
- ppmk
- IMoniker
- dwReserved
- UInt32