IDebugPropertyCreateEvent2::GetDebugProperty

获取新属性。

语法

int GetDebugProperty ( 
   out IDebugProperty2 ppProperty
);

参数

ppProperty
[out]返回一个 表示新属性的 IDebugProperty2 对象。

返回值

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

另请参阅