Share via


IDSRefProvider.SetExtendedType(IntPtr, Guid) Method

Definition

Sets the extended type for a specified node.

public:
 void SetExtendedType(IntPtr drnidCurr, Guid % pguidType);
public void SetExtendedType (IntPtr drnidCurr, ref Guid pguidType);
abstract member SetExtendedType : nativeint * Guid -> unit
Public Sub SetExtendedType (drnidCurr As IntPtr, ByRef pguidType As Guid)

Parameters

drnidCurr
IntPtr

nativeint

The DSREFNODEID of the node whose extended property is to be set.

pguidType
Guid

A reference to the GUID of the extended type to be set for the specified node.

Applies to