Condividi tramite


Proprietà IWpfTextViewLine.TextLines

Ottiene un elenco di righe di testo che costituiscono la riga di testo formattato.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

Tipo: ReadOnlyCollection<TextLine>
Una raccolta di sola lettura delle righe di testo.

Eccezioni

Eccezione Condizione
ObjectDisposedException

ciò IWpfTextViewLine è stato eliminato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IWpfTextViewLine Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Formatting