IDSRefConsumer.GetProperty(IntPtr, Guid) 方法

定义

检索与指定节点关联的 GUID 和变量属性。

public:
 System::Object ^ GetProperty(IntPtr drnidCurr, Guid % guidProp);
public object GetProperty (IntPtr drnidCurr, ref Guid guidProp);
abstract member GetProperty : nativeint * Guid -> obj
Public Function GetProperty (drnidCurr As IntPtr, ByRef guidProp As Guid) As Object

参数

drnidCurr
IntPtr

nativeint

要检索其属性的节点的 DSREFNODEID。

guidProp
Guid

要检索的属性的 REFGUID。

返回

Object

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

适用于