BatchedTagsChangedEventArgs(IList<IMappingSpan>) Constructor

Definition

Initializes a new instance of BatchedTagsChangedEventArgs with the specified list of IMappingSpans.

public:
 BatchedTagsChangedEventArgs(System::Collections::Generic::IList<Microsoft::VisualStudio::Text::IMappingSpan ^> ^ spans);
public BatchedTagsChangedEventArgs (System.Collections.Generic.IList<Microsoft.VisualStudio.Text.IMappingSpan> spans);
new Microsoft.VisualStudio.Text.Tagging.BatchedTagsChangedEventArgs : System.Collections.Generic.IList<Microsoft.VisualStudio.Text.IMappingSpan> -> Microsoft.VisualStudio.Text.Tagging.BatchedTagsChangedEventArgs
Public Sub New (spans As IList(Of IMappingSpan))

Parameters

spans
IList<IMappingSpan>

The list of IMappingSpans where the tags have changed.

Exceptions

spans is null.

Applies to