IWpfTextView.TextViewLines Property
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.
C++
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
The text view lines as an IWpfTextViewLineCollection.
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.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |