ITextViewLine.IsLastTextViewLineForSnapshotLine, propriété

Détermine si ce ITextViewLine est la dernière ligne de la liste des lignes mises en forme pour un ITextSnapshotLine particulier.

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

Syntaxe

'Déclaration
ReadOnly Property IsLastTextViewLineForSnapshotLine As Boolean
bool IsLastTextViewLineForSnapshotLine { get; }
property bool IsLastTextViewLineForSnapshotLine {
    bool get ();
}
abstract IsLastTextViewLineForSnapshotLine : bool with get
function get IsLastTextViewLineForSnapshotLine () : boolean

Valeur de propriété

Type : Boolean
true si cet ITextViewLine est la dernière entrée ligne la liste de lignes a mis en forme pour ITextSnapshotLine particulier, sinon false.

Notes

Cette propriété est toujours true pour les lignes qui Word- ne sont pas encapsulées.

Sécurité .NET Framework

Voir aussi

Référence

ITextViewLine Interface

Microsoft.VisualStudio.Text.Formatting, espace de noms