Freigeben über


SnapshotSpan.Start-Eigenschaft

Ruft den Startindex der Momentaufnahmespanne ab.

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

Syntax

'Declaration
Public ReadOnly Property Start As SnapshotPoint
public SnapshotPoint Start { get; }
public:
property SnapshotPoint Start {
    SnapshotPoint get ();
}
member Start : SnapshotPoint with get
function get Start () : SnapshotPoint

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.SnapshotPoint
Der Startindex der Momentaufnahmespanne.

.NET Framework-Sicherheit

Siehe auch

Referenz

SnapshotSpan Struktur

Microsoft.VisualStudio.Text-Namespace