IDSRefConsumer.GetType(IntPtr) Method

Definition

Retrieves the type of a specified node.

public:
 Microsoft::VisualStudio::Data::Services::SupportEntities::Interop::__DSREFTYPE GetType(IntPtr drnidCurr);
public Microsoft.VisualStudio.Data.Services.SupportEntities.Interop.__DSREFTYPE GetType (IntPtr drnidCurr);
abstract member GetType : nativeint -> Microsoft.VisualStudio.Data.Services.SupportEntities.Interop.__DSREFTYPE
Public Function GetType (drnidCurr As IntPtr) As __DSREFTYPE

Parameters

drnidCurr
IntPtr

nativeint

The DSREFNODEID of the node whose type is to be retrieved.

Returns

NOERROR if successful; otherwise, an unspecified failure code.

Applies to