Freigeben über


ITextSnapshotLine.Start-Eigenschaft

Ruft SnapshotPoint des ersten Zeichens in der Zeile ab.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.SnapshotPoint
Der SnapshotPoint des ersten Zeichens in der Zeile.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextSnapshotLine Schnittstelle

Microsoft.VisualStudio.Text-Namespace