Compartir a través de


Project.RemoveAnalyzerConfigDocuments Método

Definición

Crea una nueva instancia de solución que ya no incluye los s especificados AnalyzerConfigDocument.

public Microsoft.CodeAnalysis.Project RemoveAnalyzerConfigDocuments (System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.DocumentId> documentIds);
member this.RemoveAnalyzerConfigDocuments : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.DocumentId> -> Microsoft.CodeAnalysis.Project
Public Function RemoveAnalyzerConfigDocuments (documentIds As ImmutableArray(Of DocumentId)) As Project

Parámetros

documentIds
ImmutableArray<DocumentId>

Devoluciones

Se aplica a