IOleObject.SetMoniker(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 SetMoniker(System::UInt32 dwWhichMoniker, Microsoft::VisualStudio::OLE::Interop::IMoniker ^ pmk);
public:
void SetMoniker(unsigned int dwWhichMoniker, Microsoft::VisualStudio::OLE::Interop::IMoniker ^ pmk);
void SetMoniker(unsigned int dwWhichMoniker, Microsoft::VisualStudio::OLE::Interop::IMoniker const & pmk);
public void SetMoniker (uint dwWhichMoniker, Microsoft.VisualStudio.OLE.Interop.IMoniker pmk);
abstract member SetMoniker : uint32 * Microsoft.VisualStudio.OLE.Interop.IMoniker -> unit
Public Sub SetMoniker (dwWhichMoniker As UInteger, pmk As IMoniker)
Parameters
- dwWhichMoniker
- UInt32
- pmk
- IMoniker
Remarks
For information on the COM interface, see IOleObject::SetMoniker