TextViewLayoutChangedEventArgs.TranslatedLines Property

Definition

Gets a read-only collection of translated lines.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Text::Formatting::ITextViewLine ^> ^ TranslatedLines { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Text::Formatting::ITextViewLine ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Text.Formatting.ITextViewLine> TranslatedLines { get; }
member this.TranslatedLines : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Text.Formatting.ITextViewLine>
Public ReadOnly Property TranslatedLines As ReadOnlyCollection(Of ITextViewLine)

Property Value

A collection of translated lines.

Applies to