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
'Declaration
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> with get
function get TranslatedLines () : ReadOnlyCollection<ITextViewLine>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ITextViewLine>
A collection of translated lines.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.