Share via


IDSRefProvider.SetMoniker(IntPtr, IMoniker) Method

Definition

Sets the moniker of a specified node.

public:
 void SetMoniker(IntPtr drnidCurr, Microsoft::VisualStudio::OLE::Interop::IMoniker ^ pIMoniker);
public void SetMoniker (IntPtr drnidCurr, Microsoft.VisualStudio.OLE.Interop.IMoniker pIMoniker);
abstract member SetMoniker : nativeint * Microsoft.VisualStudio.OLE.Interop.IMoniker -> unit
Public Sub SetMoniker (drnidCurr As IntPtr, pIMoniker As IMoniker)

Parameters

drnidCurr
IntPtr

nativeint

The DSREFNODEID of the node whose moniker is to be set.

pIMoniker
IMoniker

A reference to the IMoniker interface that contains the moniker to be set for the specified node.

Applies to