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>() |
移除指定型別的所有格式器。 |