Workspace.ApplyAnalyzerConfigDocumentRemoved(DocumentId) 方法

定义

在从项目中删除分析器配置文档的过程中 TryApplyChanges(Solution) 调用此方法。

重写此方法以实现删除分析器配置文档的功能。

protected virtual void ApplyAnalyzerConfigDocumentRemoved (Microsoft.CodeAnalysis.DocumentId documentId);
abstract member ApplyAnalyzerConfigDocumentRemoved : Microsoft.CodeAnalysis.DocumentId -> unit
override this.ApplyAnalyzerConfigDocumentRemoved : Microsoft.CodeAnalysis.DocumentId -> unit
Protected Overridable Sub ApplyAnalyzerConfigDocumentRemoved (documentId As DocumentId)

参数

documentId
DocumentId

适用于