Freigeben über


IWpfTextViewLineCollection.FirstVisibleLine-Eigenschaft

Ruft die erste 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 FirstVisibleLine As IWpfTextViewLine
IWpfTextViewLine FirstVisibleLine { get; }
property IWpfTextViewLine^ FirstVisibleLine {
    IWpfTextViewLine^ get ();
}
abstract FirstVisibleLine : IWpfTextViewLine with get
function get FirstVisibleLine () : IWpfTextViewLine

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IWpfTextViewLineCollection Schnittstelle

Microsoft.VisualStudio.Text.Editor-Namespace