Share via


BatchedTagsChangedEventArgs.Spans Property

Gets the list of IMappingSpan objects where the tags have changed.

Namespace:  Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

'Declaration
Public ReadOnly Property Spans As ReadOnlyCollection(Of IMappingSpan)
public ReadOnlyCollection<IMappingSpan> Spans { get; }
public:
property ReadOnlyCollection<IMappingSpan^>^ Spans {
    ReadOnlyCollection<IMappingSpan^>^ get ();
}
member Spans : ReadOnlyCollection<IMappingSpan>
function get Spans () : ReadOnlyCollection<IMappingSpan>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<IMappingSpan>
The list of IMappingSpan objects where the tags have changed.

.NET Framework Security

See Also

Reference

BatchedTagsChangedEventArgs Class

Microsoft.VisualStudio.Text.Tagging Namespace