TextViewLayoutChangedEventArgs::NewOrReformattedSpans Property
Visual Studio 2015
Gets a collection of new or reformatted spans.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
public: property NormalizedSnapshotSpanCollection^ NewOrReformattedSpans { NormalizedSnapshotSpanCollection^ get(); }
Property Value
Type: Microsoft.VisualStudio.Text::NormalizedSnapshotSpanCollection^A collection of new or reformatted spans.
Show: