TextViewLayoutChangedEventArgs.TranslatedSpans 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取已转换的集合范围。
public:
property Microsoft::VisualStudio::Text::NormalizedSnapshotSpanCollection ^ TranslatedSpans { Microsoft::VisualStudio::Text::NormalizedSnapshotSpanCollection ^ get(); };
public Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection TranslatedSpans { get; }
member this.TranslatedSpans : Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection
Public ReadOnly Property TranslatedSpans As NormalizedSnapshotSpanCollection
属性值
已翻译范围的集合。
例外
oldState 或或或 newState translatedLines newOrReformattedLines 为 null。