Workspace.OnDocumentTextLoaderChanged(DocumentId, TextLoader) Method

Definition

Call this method when the text of a document is changed on disk.

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)

Parameters

documentId
DocumentId
loader
TextLoader

Applies to