TextViewExtensions.TryGetTextViewLines Method
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.
public:
[System::Runtime::CompilerServices::Extension]
static bool TryGetTextViewLines(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Text::Editor::ITextViewLineCollection ^ % textViewLines);
public static bool TryGetTextViewLines (this Microsoft.VisualStudio.Text.Editor.ITextView textView, out Microsoft.VisualStudio.Text.Editor.ITextViewLineCollection textViewLines);
static member TryGetTextViewLines : Microsoft.VisualStudio.Text.Editor.ITextView * ITextViewLineCollection -> bool
<Extension()>
Public Function TryGetTextViewLines (textView As ITextView, ByRef textViewLines As ITextViewLineCollection) As Boolean
Parameters
- textView
- ITextView
- textViewLines
- ITextViewLineCollection