FormatterCollection<TFormatter> Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Representa uma coleção de formatadores.
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)
Parâmetros de tipo
- TFormatter
O tipo de formatadores na coleção.
- Herança
-
Collection<TFormatter>FormatterCollection<TFormatter>
Construtores
FormatterCollection<TFormatter>() |
Inicializa uma nova instância da classe FormatterCollection<TFormatter> que está vazia. |
FormatterCollection<TFormatter>(IList<TFormatter>) |
Inicializa uma nova instância da classe FormatterCollection<TFormatter> como um wrapper para a lista especificada. |
Métodos
RemoveType(Type) |
Remove todos os formatadores do tipo especificado. |
RemoveType<T>() |
Remove todos os formatadores do tipo especificado. |