共用方式為


IDebugPropertyDestroyEvent2::GetDebugProperty

取得要終結的屬性。

HRESULT GetDebugProperty ( 
   IDebugProperty2** ppProperty
);
int GetDebugProperty ( 
   out IDebugProperty2 ppProperty
);

參數

  • ppProperty
    [] out傳回IDebugProperty2物件,表示要終結的屬性。

傳回值

如果成功的話,會傳回S_OK。 否則,會傳回錯誤碼。

請參閱

參考

IDebugPropertyDestroyEvent2

IDebugProperty2