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
'Declaration
Public ReadOnly Property NewOrReformattedSpans As NormalizedSnapshotSpanCollection
public NormalizedSnapshotSpanCollection NewOrReformattedSpans { get; }
public:
property NormalizedSnapshotSpanCollection^ NewOrReformattedSpans {
NormalizedSnapshotSpanCollection^ get ();
}
member NewOrReformattedSpans : NormalizedSnapshotSpanCollection with get
function get NewOrReformattedSpans () : NormalizedSnapshotSpanCollection
Property Value
Type: Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection
A collection of new or reformatted spans.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.