Partager via


ITextView.TextSnapshot, propriété

Obtient l'élément ITextSnapshot du texte actuellement affiché dans la vue.

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

Syntaxe

'Déclaration
ReadOnly Property TextSnapshot As ITextSnapshot
ITextSnapshot TextSnapshot { get; }
property ITextSnapshot^ TextSnapshot {
    ITextSnapshot^ get ();
}
abstract TextSnapshot : ITextSnapshot with get
function get TextSnapshot () : ITextSnapshot

Valeur de propriété

Type : Microsoft.VisualStudio.Text.ITextSnapshot
Instantané de texte.

Notes

Cet instantané est identique à CurrentSnapshot d'TextBuffer, sauf en gérant un événement modifié dans cette mémoire tampon.

Sécurité .NET Framework

Voir aussi

Référence

ITextView Interface

Microsoft.VisualStudio.Text.Editor, espace de noms