Share via


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)

Syntax

'Déclaration
Public ReadOnly Property NewOrReformattedSpans As NormalizedSnapshotSpanCollection
public NormalizedSnapshotSpanCollection NewOrReformattedSpans { get; }
public:
property NormalizedSnapshotSpanCollection^ NewOrReformattedSpans {
    NormalizedSnapshotSpanCollection^ get ();
}
member NewOrReformattedSpans : NormalizedSnapshotSpanCollection
function get NewOrReformattedSpans () : NormalizedSnapshotSpanCollection

Property Value

Type: Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection
A collection of new or reformatted spans.

.NET Framework Security

See Also

Reference

TextViewLayoutChangedEventArgs Class

Microsoft.VisualStudio.Text.Editor Namespace