IWpfTextViewLineCollection.WpfTextViewLines Property

Definition

Gets a collection of IWpfTextViewLine objects.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Text::Formatting::IWpfTextViewLine ^> ^ WpfTextViewLines { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Text::Formatting::IWpfTextViewLine ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Text.Formatting.IWpfTextViewLine> WpfTextViewLines { get; }
member this.WpfTextViewLines : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Text.Formatting.IWpfTextViewLine>
Public ReadOnly Property WpfTextViewLines As ReadOnlyCollection(Of IWpfTextViewLine)

Property Value

A collection of IWpfTextViewLine objects.

Applies to