AnalysisResult.AnalyzerTelemetryInfo Property
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.
Analyzer telemetry info (register action counts and execution times).
public:
property System::Collections::Immutable::ImmutableDictionary<Microsoft::CodeAnalysis::Diagnostics::DiagnosticAnalyzer ^, Microsoft::CodeAnalysis::Diagnostics::Telemetry::AnalyzerTelemetryInfo ^> ^ AnalyzerTelemetryInfo { System::Collections::Immutable::ImmutableDictionary<Microsoft::CodeAnalysis::Diagnostics::DiagnosticAnalyzer ^, Microsoft::CodeAnalysis::Diagnostics::Telemetry::AnalyzerTelemetryInfo ^> ^ get(); };
public System.Collections.Immutable.ImmutableDictionary<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer,Microsoft.CodeAnalysis.Diagnostics.Telemetry.AnalyzerTelemetryInfo> AnalyzerTelemetryInfo { get; }
member this.AnalyzerTelemetryInfo : System.Collections.Immutable.ImmutableDictionary<Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer, Microsoft.CodeAnalysis.Diagnostics.Telemetry.AnalyzerTelemetryInfo>
Public ReadOnly Property AnalyzerTelemetryInfo As ImmutableDictionary(Of DiagnosticAnalyzer, AnalyzerTelemetryInfo)
Property Value
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.