TextViewLayoutChangedEventArgs.TranslatedLines 属性

获取已转换行的集合。

命名空间:  Microsoft.VisualStudio.Text.Editor
程序集:  Microsoft.VisualStudio.Text.UI(在 Microsoft.VisualStudio.Text.UI.dll 中)

语法

声明
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>

属性值

类型:ReadOnlyCollection<ITextViewLine>
转换后的行集合。

.NET Framework 安全性

请参阅

参考

TextViewLayoutChangedEventArgs 类

Microsoft.VisualStudio.Text.Editor 命名空间