Freigeben über


Workspace.OnDocumentTextLoaderChanged(DocumentId, TextLoader) Methode

Definition

Rufen Sie diese Methode auf, wenn der Text eines Dokuments auf dem Datenträger geändert wird.

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)

Parameter

documentId
DocumentId
loader
TextLoader

Gilt für: