TextViewLayoutChangedEventArgs::NewOrReformattedSpans Property

 

Gets a collection of new or reformatted spans.

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

Return to top
Show: