IDebugPropertyCreateEvent2::GetDebugProperty
取得新的屬性。
HRESULT GetDebugProperty (
IDebugProperty2** ppProperty
);
int GetDebugProperty (
out IDebugProperty2 ppProperty
);
參數
- ppProperty
[] out傳回IDebugProperty2物件,代表新的屬性。
傳回值
如果成功的話,會傳回S_OK。 否則,會傳回錯誤碼。