Freigeben über


ITextView.VisualSnapshot-Eigenschaft

Ruft den ITextSnapshot des visuellen Puffers ab, der gerendert wird.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
ReadOnly Property VisualSnapshot As ITextSnapshot
ITextSnapshot VisualSnapshot { get; }
property ITextSnapshot^ VisualSnapshot {
    ITextSnapshot^ get ();
}
abstract VisualSnapshot : ITextSnapshot with get
function get VisualSnapshot () : ITextSnapshot

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.ITextSnapshot
Die Textmomentaufnahme.

Hinweise

Diese Momentaufnahme wird in keiner Weise verwendet werden, die eine Position in der Textpufferposition benötigt, da diese Positionen TextSnapshotverweisen.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextView Schnittstelle

Microsoft.VisualStudio.Text.Editor-Namespace