IBindHost.CreateMoniker(String, IBindCtx, IMoniker, UInt32) Method

Definition

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

Applies to