Share via


BatchedTagsChangedEventArgs Constructor

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)

Syntax

'Declaration
Public Sub New ( _
    spans As IList(Of IMappingSpan) _
)
public BatchedTagsChangedEventArgs(
    IList<IMappingSpan> spans
)
public:
BatchedTagsChangedEventArgs(
    IList<IMappingSpan^>^ spans
)
new : 
        spans:IList<IMappingSpan> -> BatchedTagsChangedEventArgs
public function BatchedTagsChangedEventArgs(
    spans : IList<IMappingSpan>
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

spans is nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

BatchedTagsChangedEventArgs Class

Microsoft.VisualStudio.Text.Tagging Namespace