IOleClientSite.GetMoniker(UInt32, UInt32, IMoniker) 方法

定义

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)

参数

dwAssign
UInt32
dwWhichMoniker
UInt32
ppmk
IMoniker

注解

有关 COM 接口的信息,请参阅 IOleClientSite:: GetMoniker

适用于