Partager via


FixAllContext.GetAllDiagnosticsAsync(Project) Méthode

Définition

Obtient tous les diagnostics dans le projet donné filtré par DiagnosticIds. Cela inclut les diagnostics au niveau du document pour tous les documents dans le projet donné et les diagnostics au niveau du projet, c’est-à-dire les diagnostics sans emplacement source, dans le projet donné.

public:
 System::Threading::Tasks::Task<System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::Diagnostic ^>> ^ GetAllDiagnosticsAsync(Microsoft::CodeAnalysis::Project ^ project);
public System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>> GetAllDiagnosticsAsync (Microsoft.CodeAnalysis.Project project);
member this.GetAllDiagnosticsAsync : Microsoft.CodeAnalysis.Project -> System.Threading.Tasks.Task<System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic>>
Public Function GetAllDiagnosticsAsync (project As Project) As Task(Of ImmutableArray(Of Diagnostic))

Paramètres

project
Project

Retours

S’applique à