ITextViewLineCollection::IsValid Property
Visual Studio 2015
Determines whether this ITextViewLineCollection object is still valid.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Property Value
Type: System::Booleantrue if this ITextViewLineCollection object is still valid, otherwise false.
The ITextView will always invalidate the ITextViewLineCollection when performing a layout.
Show: