Freigeben über


IWpfTextViewLine.TextLines-Eigenschaft

Ruft eine Liste von Textzeilen ab, die den formatierten Textzeile besteht.

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

Syntax

'Declaration
ReadOnly Property TextLines As ReadOnlyCollection(Of TextLine)
ReadOnlyCollection<TextLine> TextLines { get; }
property ReadOnlyCollection<TextLine^>^ TextLines {
    ReadOnlyCollection<TextLine^>^ get ();
}
abstract TextLines : ReadOnlyCollection<TextLine> with get
function get TextLines () : ReadOnlyCollection<TextLine>

Eigenschaftswert

Typ: ReadOnlyCollection<TextLine>
Eine schreibgeschützte Auflistung von Textzeilen.

Ausnahmen

Ausnahme Bedingung
ObjectDisposedException

dieses IWpfTextViewLine wurde freigegeben.

.NET Framework-Sicherheit

Siehe auch

Referenz

IWpfTextViewLine Schnittstelle

Microsoft.VisualStudio.Text.Formatting-Namespace