Share via


ITextSnapshotLine.EndIncludingLineBreak, propriété

SnapshotPoint du premier personnage au delà de la fin de la ligne, y compris tous personnages de saut de ligne.

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

Syntaxe

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

Valeur de propriété

Type : Microsoft.VisualStudio.Text.SnapshotPoint
SnapshotPoint du premier personnage au delà de la fin de la ligne, y compris tous personnages de saut de ligne.

Notes

Cette méthode retourne le premier personnage dans la ligne suivante à moins que ce soit la dernière ligne, auquel cas il retourne une position au delà de la fin de la mémoire tampon.

Sécurité .NET Framework

Voir aussi

Référence

ITextSnapshotLine Interface

Microsoft.VisualStudio.Text, espace de noms