FormatItemsEventArgs(ReadOnlyCollection<String>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.