FormatItemsEventArgs Constructor (ReadOnlyCollection<String^>^)

 

Initializes a new instance of a FormatItemsEventArgs.

Namespace:   Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

public:
FormatItemsEventArgs(
	ReadOnlyCollection<String^>^ items
)

Parameters

items
Type: System.Collections.ObjectModel::ReadOnlyCollection<String^>^

A collection of the items that have changed.

Exception Condition
ArgumentNullException

items is null.

Return to top
Show: