Project.RemoveAnalyzerConfigDocuments Method

Definition

Creates a new solution instance that no longer includes the specified AnalyzerConfigDocuments.

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

Parameters

documentIds
ImmutableArray<DocumentId>

Returns

Applies to