BatchedTagsChangedEventArgs Constructor (IList<IMappingSpan^>^)

 

Initializes a new instance of BatchedTagsChangedEventArgs with the specified list of IMappingSpan objects.

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

public:
BatchedTagsChangedEventArgs(
	IList<IMappingSpan^>^ spans
)

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.

Return to top
Show: