Share via


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)

Syntax

'Déclaration
Public ReadOnly Property TranslatedLines As ReadOnlyCollection(Of ITextViewLine)
public ReadOnlyCollection<ITextViewLine> TranslatedLines { get; }
public:
property ReadOnlyCollection<ITextViewLine^>^ TranslatedLines {
    ReadOnlyCollection<ITextViewLine^>^ get ();
}
member TranslatedLines : ReadOnlyCollection<ITextViewLine>
function get TranslatedLines () : ReadOnlyCollection<ITextViewLine>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<ITextViewLine>
A collection of translated lines.

.NET Framework Security

See Also

Reference

TextViewLayoutChangedEventArgs Class

Microsoft.VisualStudio.Text.Editor Namespace