Freigeben über


SnapshotSpan.Snapshot-Eigenschaft

Der ITextSnapshot, auf den diese Momentaufnahmespanne verweist.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.ITextSnapshot
Der ITextSnapshot.

.NET Framework-Sicherheit

Siehe auch

Referenz

SnapshotSpan Struktur

Microsoft.VisualStudio.Text-Namespace