TextViewLayoutChangedEventArgs.TranslatedLines 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取已转换行的只读集合。
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)
属性值
已翻译行的集合。