FormatItemsEventArgs(ReadOnlyCollection<String>) 构造函数

定义

初始化 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))

参数

items
ReadOnlyCollection<String>

已更改的项的集合。

例外

items 为 null。

适用于