共用方式為


IDebugSettingsCallback2::GetEEMetricString

擷取表達式評估工具計量的值字串,指定其名稱。

語法

private int GetEEMetricString(
   ref Guid   guidLang,
   ref Guid   guidVendor,
   string     pszMetric,
   out string pbstrValue
);

參數

guidLang
[in]程式設計語言的唯一標識符。

guidVendor
[in]廠商的唯一標識碼。

pszMetric
[in]計量的名稱。

pbstrValue
[out]傳回計量值字串。

傳回值

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

另請參閱