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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.