IWpfTextView.TextViewLines Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the text view lines as an IWpfTextViewLineCollection.
public:
property Microsoft::VisualStudio::Text::Editor::IWpfTextViewLineCollection ^ TextViewLines { Microsoft::VisualStudio::Text::Editor::IWpfTextViewLineCollection ^ get(); };
public Microsoft.VisualStudio.Text.Editor.IWpfTextViewLineCollection TextViewLines { get; }
member this.TextViewLines : Microsoft.VisualStudio.Text.Editor.IWpfTextViewLineCollection
Public ReadOnly Property TextViewLines As IWpfTextViewLineCollection
Property Value
The text view lines as an IWpfTextViewLineCollection.
Remarks
This property will be null during the view's initialization.
None of the lines in this collection have a VisibilityState of Unattached. Often the first and last lines in this collection will have a VisibilityState of Hidden.