IDebugSettingsCallback2::GetEEMetricDword
擷取對應至表達式評估工具指定計量的值。
語法
private int GetEEMetricDword(
ref Guid guidLang,
ref Guid guidVendor,
string pszMetric,
out uint pdwValue
);
參數
guidLang
[in]程式設計語言的唯一標識符。
guidVendor
[in]廠商的唯一標識碼。
pszMetric
[in]計量的名稱。
pdwValue
[out]傳回對應至計量字串的值。
傳回值
如果成功,則會傳回 S_OK
;否則,會傳回錯誤碼。