Partager via


ITextViewLine.Start, propriété

Obtient la position dans Snapshot du premier caractère de la ligne.

Espace de noms :  Microsoft.VisualStudio.Text.Formatting
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

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

Valeur de propriété

Type : Microsoft.VisualStudio.Text.SnapshotPoint
Position dans Snapshot du premier personnage dans la ligne.

Sécurité .NET Framework

Voir aussi

Référence

ITextViewLine Interface

Microsoft.VisualStudio.Text.Formatting, espace de noms