Workspace.OnAnalyzerConfigDocumentTextLoaderChanged 方法

定义

在磁盘上更改分析器配置文档的文本时调用此方法。

protected internal void OnAnalyzerConfigDocumentTextLoaderChanged (Microsoft.CodeAnalysis.DocumentId documentId, Microsoft.CodeAnalysis.TextLoader loader);
member this.OnAnalyzerConfigDocumentTextLoaderChanged : Microsoft.CodeAnalysis.DocumentId * Microsoft.CodeAnalysis.TextLoader -> unit
Protected Friend Sub OnAnalyzerConfigDocumentTextLoaderChanged (documentId As DocumentId, loader As TextLoader)

参数

documentId
DocumentId
loader
TextLoader

适用于