IDSRefProvider.SetMoniker(IntPtr, IMoniker) Método

Definição

Define o moniker de um nó especificado.

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)

Parâmetros

drnidCurr
IntPtr

O DSREFNODEID do nó cujo moniker deve ser definido.

pIMoniker
IMoniker

Uma referência à IMoniker interface que contém o moniker a ser definido para o nó especificado.

Aplica-se a