Compartilhar via


Propriedade TextViewLayoutChangedEventArgs.TranslatedLines

Obtém uma coleção de linhas traduzidas.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (em Microsoft.VisualStudio.Text.UI.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: ReadOnlyCollection<ITextViewLine>
Uma coleção de linhas traduzidas.

Segurança do .NET Framework

Consulte também

Referência

TextViewLayoutChangedEventArgs Classe

Namespace Microsoft.VisualStudio.Text.Editor