IOleObject.GetMoniker(UInt32, UInt32, IMoniker) 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 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)
Parameters
- dwAssign
- UInt32
- dwWhichMoniker
- UInt32
- ppmk
- IMoniker
Remarks
For information on the COM interface, see IOleObject::GetMoniker