BatchedTagsChangedEventArgs Constructor (IList<IMappingSpan^>^)
Visual Studio 2015
Initializes a new instance of BatchedTagsChangedEventArgs with the specified list of IMappingSpan objects.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Parameters
- spans
-
Type:
System.Collections.Generic::IList<IMappingSpan^>^
The list of IMappingSpan objects in which the tags have changed.
| Exception | Condition |
|---|---|
| ArgumentNullException | spans is null. |
Show: