Freigeben über


Workspace.OnDocumentTextChanged Methode

Definition

Überlädt

OnDocumentTextChanged(Document)

Überschreiben Sie diese Methode, um sofort zu handeln, wenn sich der Text eines Dokuments geändert hat, anstatt darauf zu warten, dass das entsprechende Arbeitsbereichsänderungsereignis asynchron ausgelöst wird.

OnDocumentTextChanged(DocumentId, SourceText, PreservationMode)

Rufen Sie diese Methode auf, wenn der Text eines Dokuments in der Hostumgebung aktualisiert wird.

OnDocumentTextChanged(Document)

Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs

Überschreiben Sie diese Methode, um sofort zu handeln, wenn sich der Text eines Dokuments geändert hat, anstatt darauf zu warten, dass das entsprechende Arbeitsbereichsänderungsereignis asynchron ausgelöst wird.

protected:
 virtual void OnDocumentTextChanged(Microsoft::CodeAnalysis::Document ^ document);
protected virtual void OnDocumentTextChanged (Microsoft.CodeAnalysis.Document document);
abstract member OnDocumentTextChanged : Microsoft.CodeAnalysis.Document -> unit
override this.OnDocumentTextChanged : Microsoft.CodeAnalysis.Document -> unit
Protected Overridable Sub OnDocumentTextChanged (document As Document)

Parameter

document
Document

Gilt für:

OnDocumentTextChanged(DocumentId, SourceText, PreservationMode)

Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs
Quelle:
Workspace.cs

Rufen Sie diese Methode auf, wenn der Text eines Dokuments in der Hostumgebung aktualisiert wird.

protected public:
 void OnDocumentTextChanged(Microsoft::CodeAnalysis::DocumentId ^ documentId, Microsoft::CodeAnalysis::Text::SourceText ^ newText, Microsoft::CodeAnalysis::PreservationMode mode);
protected internal void OnDocumentTextChanged (Microsoft.CodeAnalysis.DocumentId documentId, Microsoft.CodeAnalysis.Text.SourceText newText, Microsoft.CodeAnalysis.PreservationMode mode);
member this.OnDocumentTextChanged : Microsoft.CodeAnalysis.DocumentId * Microsoft.CodeAnalysis.Text.SourceText * Microsoft.CodeAnalysis.PreservationMode -> unit
Protected Friend Sub OnDocumentTextChanged (documentId As DocumentId, newText As SourceText, mode As PreservationMode)

Parameter

documentId
DocumentId
newText
SourceText

Gilt für: