IDebugSettingsCallback2.GetEEMetricFile(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 GetEEMetricFile(Guid % guidLang, Guid % guidVendor, System::String ^ pszMetric, [Runtime::InteropServices::Out] System::String ^ % pbstrValue);
public int GetEEMetricFile(ref Guid guidLang, ref Guid guidVendor, string pszMetric, out string pbstrValue);
abstract member GetEEMetricFile : Guid * Guid * string * string -> int
Public Function GetEEMetricFile (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