Compartilhar via


Propriedade IWpfTextViewLineCollection.WpfTextViewLines

Obtém uma coleção de IWpfTextViewLine objetos.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (em Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: ReadOnlyCollection<IWpfTextViewLine>
Uma coleção de objetos IWpfTextViewLine.

Segurança do .NET Framework

Consulte também

Referência

IWpfTextViewLineCollection Interface

Namespace Microsoft.VisualStudio.Text.Editor