TextViewLayoutChangedEventArgs.TranslatedSpans Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.