Condividi tramite


Proprietà IWpfTextViewLineCollection.WpfTextViewLines

Ottiene una raccolta di IWpfTextViewLine oggetti.

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

Sintassi

'Dichiarazione
ReadOnly Property WpfTextViewLines As ReadOnlyCollection(Of IWpfTextViewLine)
ReadOnlyCollection<IWpfTextViewLine> WpfTextViewLines { get; }
property ReadOnlyCollection<IWpfTextViewLine^>^ WpfTextViewLines {
    ReadOnlyCollection<IWpfTextViewLine^>^ get ();
}
abstract WpfTextViewLines : ReadOnlyCollection<IWpfTextViewLine> with get
function get WpfTextViewLines () : ReadOnlyCollection<IWpfTextViewLine>

Valore proprietà

Tipo: ReadOnlyCollection<IWpfTextViewLine>
Una raccolta di IWpfTextViewLine oggetti.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IWpfTextViewLineCollection Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Editor