TextViewLayoutChangedEventArgs::TranslatedLines Property

 

Gets a collection of translated lines.

Namespace:   Microsoft.VisualStudio.Text.Editor
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.

Return to top
Show: