Project.RemoveAnalyzerConfigDocument(DocumentId) Method

Definition

Creates a new instance of this project updated to no longer include the specified analyzer config document.

public Microsoft.CodeAnalysis.Project RemoveAnalyzerConfigDocument (Microsoft.CodeAnalysis.DocumentId documentId);
member this.RemoveAnalyzerConfigDocument : Microsoft.CodeAnalysis.DocumentId -> Microsoft.CodeAnalysis.Project
Public Function RemoveAnalyzerConfigDocument (documentId As DocumentId) As Project

Parameters

documentId
DocumentId

Returns

Applies to