TextViewLayoutChangedEventArgs::TranslatedLines Property
Visual Studio 2015
Gets a collection of translated lines.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
public: property ReadOnlyCollection<ITextViewLine^>^ TranslatedLines { ReadOnlyCollection<ITextViewLine^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ITextViewLine^>^A collection of translated lines.
Show: