TextViewLayoutChangedEventArgs.TranslatedSpans Property

Definition

Gets a collection spans that have been translated.

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

Property Value

A collection of translated spans.

Exceptions

oldState or newState or translatedLines or newOrReformattedLines is null.

Applies to