IDebugPropertyDestroyEvent2::GetDebugProperty

获取要销毁的属性。

语法

int GetDebugProperty ( 
   out IDebugProperty2 ppProperty
);

参数

ppProperty
[out]返回一个 IDebugProperty2 对象,该对象表示要销毁的属性。

返回值

如果成功,则返回 S_OK;否则,返回错误代码。

另请参阅