Freigeben über


ITextBufferEdit.Snapshot-Eigenschaft

Ruft eine Momentaufnahme ITextBuffer zu dem Zeitpunkt ab, an dem dieses Objekt erstellt wurde.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.ITextSnapshot
Eine Momentaufnahme ITextBuffer , wenn dieses Objekt erstellt wurde.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextBufferEdit Schnittstelle

Microsoft.VisualStudio.Text-Namespace