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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.