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>() |
指定した型のすべてのフォーマッタを削除します。 |