Share via


IDSRefProvider.SetOwner(IntPtr, String) Method

Definition

Sets the schema name for a specified node.

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

Parameters

drnidCurr
IntPtr

nativeint

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

bstrOwnerName
String

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

Applies to