FormatterCollection<TFormatter> 类 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示格式化程序集合。
generic <typename TFormatter>
public ref class FormatterCollection : System::Collections::ObjectModel::Collection<TFormatter>public class FormatterCollection<TFormatter> : System.Collections.ObjectModel.Collection<TFormatter>type FormatterCollection<'Formatter> = class
    inherit Collection<'Formatter>Public Class FormatterCollection(Of TFormatter)
Inherits Collection(Of TFormatter)类型参数
- TFormatter
集合中格式化程序的类型。
- 继承
- 
				Collection<TFormatter>FormatterCollection<TFormatter>
构造函数
| FormatterCollection<TFormatter>() | 初始化为空的 FormatterCollection<TFormatter> 类的新实例。 | 
| FormatterCollection<TFormatter>(IList<TFormatter>) | 将 FormatterCollection<TFormatter> 类的新实例初始化为指定列表的包装。 | 
方法
| RemoveType(Type) | 删除指定类型的所有格式化程序。 | 
| RemoveType<T>() | 删除指定类型的所有格式化程序。 |