FormatItemsEventArgs(ReadOnlyCollection<String>) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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。