Workspace.OnDocumentTextLoaderChanged(DocumentId, TextLoader) メソッド

定義

ディスク上でドキュメントのテキストが変更されたときに、このメソッドを呼び出します。

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

パラメーター

documentId
DocumentId
loader
TextLoader

適用対象