Freigeben über


ITextViewLine.Start-Eigenschaft

Ruft die Position in Snapshot des ersten Zeichens in der Zeile ab.

Namespace:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.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
Die Position in Snapshot des ersten Zeichens in der Zeile.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextViewLine Schnittstelle

Microsoft.VisualStudio.Text.Formatting-Namespace