Workspace.OnDocumentTextLoaderChanged(DocumentId, TextLoader) Metode

Definisi

Panggil metode ini ketika teks dokumen diubah pada 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)

Parameter

documentId
DocumentId
loader
TextLoader

Berlaku untuk