IDSRefConsumer.GetType(IntPtr) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索指定节点的类型。
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。
返回
如果成功,则为 NOERROR;否则为未指定的失败代码。