TextViewLayoutChangedEventArgs::TranslatedSpans Property

 

Gets a collection of translated spans.

Namespace:   Microsoft.VisualStudio.Text.Editor
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.

Return to top
Show: