FormatItemsEventArgs(ReadOnlyCollection<String>) Constructor

Definition

Initializes a new instance of a FormatItemsEventArgs.

public:
 FormatItemsEventArgs(System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ items);
public FormatItemsEventArgs (System.Collections.ObjectModel.ReadOnlyCollection<string> items);
new Microsoft.VisualStudio.Text.Classification.FormatItemsEventArgs : System.Collections.ObjectModel.ReadOnlyCollection<string> -> Microsoft.VisualStudio.Text.Classification.FormatItemsEventArgs
Public Sub New (items As ReadOnlyCollection(Of String))

Parameters

items
ReadOnlyCollection<String>

A collection of the items that have changed.

Exceptions

items is null.

Applies to