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

適用対象