Freigeben über


IWpfTextViewLineCollection.LastVisibleLine-Eigenschaft

Ruft die letzte Zeile ab, die nicht vollständig ausgeblendet ist.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
ReadOnly Property LastVisibleLine As IWpfTextViewLine
IWpfTextViewLine LastVisibleLine { get; }
property IWpfTextViewLine^ LastVisibleLine {
    IWpfTextViewLine^ get ();
}
abstract LastVisibleLine : IWpfTextViewLine with get
function get LastVisibleLine () : IWpfTextViewLine

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.Formatting.IWpfTextViewLine
Die letzte Zeile, die nicht vollständig ausgeblendet ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

IWpfTextViewLineCollection Schnittstelle

Microsoft.VisualStudio.Text.Editor-Namespace