IOleClientSite.GetMoniker(UInt32, UInt32, IMoniker) Método

Definição

public:
 void GetMoniker(System::UInt32 dwAssign, System::UInt32 dwWhichMoniker, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IMoniker ^ % ppmk);
public:
 void GetMoniker(unsigned int dwAssign, unsigned int dwWhichMoniker, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IMoniker ^ &  ppmk);
void GetMoniker(unsigned int dwAssign, unsigned int dwWhichMoniker, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IMoniker const & & ppmk);
public void GetMoniker (uint dwAssign, uint dwWhichMoniker, out Microsoft.VisualStudio.OLE.Interop.IMoniker ppmk);
abstract member GetMoniker : uint32 * uint32 * IMoniker -> unit
Public Sub GetMoniker (dwAssign As UInteger, dwWhichMoniker As UInteger, ByRef ppmk As IMoniker)

Parâmetros

dwAssign
UInt32
dwWhichMoniker
UInt32
ppmk
IMoniker

Comentários

Para obter informações sobre a interface COM, consulte IOleClientSite:: GetMoniker

Aplica-se a