Partager via


TextSnapshotChangedEventArgs.Before, propriété

Obtient l'état de la ITextBuffer avant la modification.

Espace de noms :  Microsoft.VisualStudio.Text
Assembly :  Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

Type : Microsoft.VisualStudio.Text.ITextSnapshot
État du ITextBuffer avant le changement.

Sécurité .NET Framework

Voir aussi

Référence

TextSnapshotChangedEventArgs Classe

Microsoft.VisualStudio.Text, espace de noms