Partager via


PreContentChangedEventArgs.BeforeSnapshot, propriété

Obtient l'instantané de texte 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 BeforeSnapshot As ITextSnapshot
public ITextSnapshot BeforeSnapshot { get; private set; }
public:
property ITextSnapshot^ BeforeSnapshot {
    ITextSnapshot^ get ();
    private: void set (ITextSnapshot^ value);
}
member BeforeSnapshot : ITextSnapshot with get, private set
function get BeforeSnapshot () : ITextSnapshot 
private function set BeforeSnapshot (value : ITextSnapshot)

Valeur de propriété

Type : Microsoft.VisualStudio.Text.ITextSnapshot
L'instantané de texte avant la modification.

Sécurité .NET Framework

Voir aussi

Référence

PreContentChangedEventArgs Classe

Microsoft.VisualStudio.Text, espace de noms