TextContentChangingEventArgs.Before, propriété

Obtient ITextSnapshot le plus récent avant la modification.

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

Syntaxe

'Déclaration
Public Property Before As ITextSnapshot
public ITextSnapshot Before { get; private set; }
public:
property ITextSnapshot^ Before {
    ITextSnapshot^ get ();
    private: void set (ITextSnapshot^ value);
}
member Before : ITextSnapshot with get, private set
function get Before () : ITextSnapshot 
private function set Before (value : ITextSnapshot)

Valeur de propriété

Type : Microsoft.VisualStudio.Text.ITextSnapshot
ITextSnapshot le plus récent avant la modification.

Sécurité .NET Framework

Voir aussi

Référence

TextContentChangingEventArgs Classe

Microsoft.VisualStudio.Text, espace de noms