Freigeben über


SnapshotPoint.Snapshot-Eigenschaft

Ruft den ITextSnapshot ab, auf den dieser Momentaufnahmepunkt 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

SnapshotPoint Struktur

Microsoft.VisualStudio.Text-Namespace