TextViewLayoutChangedEventArgs::TranslatedSpans Property
Visual Studio 2015
Gets a collection of translated spans.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
public: property NormalizedSnapshotSpanCollection^ TranslatedSpans { NormalizedSnapshotSpanCollection^ get(); }
Property Value
Type: Microsoft.VisualStudio.Text::NormalizedSnapshotSpanCollection^A collection of translated spans.
| Exception | Condition |
|---|---|
| ArgumentNullException | oldState or newState or translatedLines or newOrReformattedLines is null. |
Show: