TextViewLayoutChangedEventArgs.NewOrReformattedSpans 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 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.