获取特性的父属性。
HRESULT GetParent (
IDebugProperty2** ppParent
);
int GetParent (
out IDebugProperty2 ppParent
);
参数
- ppParent
[out] 返回一个表示属性的父级 IDebugProperty2 对象。
返回值
如果成功,则返回; S_OK否则返回错误代码。 ; 如果没有父级,则返回 S_GETPARENT_NO_PARENT 。
获取特性的父属性。
HRESULT GetParent (
IDebugProperty2** ppParent
);
int GetParent (
out IDebugProperty2 ppParent
);
如果成功,则返回; S_OK否则返回错误代码。 ; 如果没有父级,则返回 S_GETPARENT_NO_PARENT 。