IDebugSettingsCallback2.GetEEMetricString(Guid, Guid, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int GetEEMetricString(Guid % guidLang, Guid % guidVendor, System::String ^ pszMetric, [Runtime::InteropServices::Out] System::String ^ % pbstrValue);
public int GetEEMetricString(ref Guid guidLang, ref Guid guidVendor, string pszMetric, out string pbstrValue);
abstract member GetEEMetricString : Guid * Guid * string * string -> int
Public Function GetEEMetricString (ByRef guidLang As Guid, ByRef guidVendor As Guid, pszMetric As String, ByRef pbstrValue As String) As Integer
Parameters
- guidLang
- Guid
- guidVendor
- Guid
- pszMetric
- String
- pbstrValue
- String