TextViewLayoutChangedEventArgs.TranslatedSpans 属性

定义

获取已转换的集合范围。

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

属性值

NormalizedSnapshotSpanCollection

已翻译范围的集合。

例外

oldState 或或或 newState translatedLines newOrReformattedLines 为 null。

适用于