TextViewLayoutChangedEventArgs.NewOrReformattedSpans Property

Definition

Gets a collection the spans that are either new or have been reformatted.

public:
 property Microsoft::VisualStudio::Text::NormalizedSnapshotSpanCollection ^ NewOrReformattedSpans { Microsoft::VisualStudio::Text::NormalizedSnapshotSpanCollection ^ get(); };
public Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection NewOrReformattedSpans { get; }
member this.NewOrReformattedSpans : Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection
Public ReadOnly Property NewOrReformattedSpans As NormalizedSnapshotSpanCollection

Property Value

A collection of new or reformatted spans.

Applies to