IDebugTelemetryDetailsEvent150.GetInfo 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 GetInfo([Runtime::InteropServices::Out] System::String ^ % eventName, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IEnumDebugTelemetryProperty150 ^ % propertyEnum);
public int GetInfo(out string eventName, out Microsoft.VisualStudio.Debugger.Interop.IEnumDebugTelemetryProperty150 propertyEnum);
abstract member GetInfo : string * IEnumDebugTelemetryProperty150 -> int
Public Function GetInfo (ByRef eventName As String, ByRef propertyEnum As IEnumDebugTelemetryProperty150) As Integer
Parameters
- eventName
- String
- propertyEnum
- IEnumDebugTelemetryProperty150