IDSRefConsumer.GetType(IntPtr) 方法

定义

检索指定节点的类型。

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

参数

drnidCurr
IntPtr

nativeint

要检索其类型的节点的 DSREFNODEID。

返回

__DSREFTYPE

如果成功,则为 NOERROR;否则为未指定的失败代码。

适用于