Share via


IDSRefProvider.SetName(IntPtr, String) Method

Definition

Sets the name of a specified node.

public:
 void SetName(IntPtr drnidCurr, System::String ^ bstrName);
public void SetName (IntPtr drnidCurr, string bstrName);
abstract member SetName : nativeint * string -> unit
Public Sub SetName (drnidCurr As IntPtr, bstrName As String)

Parameters

drnidCurr
IntPtr

nativeint

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

bstrName
String

A BSTR that contains the name to be set for the specified node.

Applies to