Freigeben über


TextSnapshotChangedEventArgs.Before-Eigenschaft

Ruft den Zustand des ITextBuffer vor der Änderung ab.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
Public ReadOnly Property Before As ITextSnapshot
public ITextSnapshot Before { get; }
public:
property ITextSnapshot^ Before {
    ITextSnapshot^ get ();
}
member Before : ITextSnapshot with get
function get Before () : ITextSnapshot

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.ITextSnapshot
Der Zustand des ITextBuffer vor der Änderung.

.NET Framework-Sicherheit

Siehe auch

Referenz

TextSnapshotChangedEventArgs Klasse

Microsoft.VisualStudio.Text-Namespace