Share via


ITextSelection.Start, propriété

Obtient le point de départ de la sélection.

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

Syntaxe

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

Valeur de propriété

Type : Microsoft.VisualStudio.Text.VirtualSnapshotPoint
Point de départ.

Notes

C'est le point actif ou le point d'ancrage, celui qui vient en premier.

Sécurité .NET Framework

Voir aussi

Référence

ITextSelection Interface

Microsoft.VisualStudio.Text.Editor, espace de noms