Compartilhar via


TransformerTypeCollection Construtores

Definição

Inicializa uma nova instância da classe TransformerTypeCollection.

Sobrecargas

TransformerTypeCollection()

Inicializa uma nova instância da classe TransformerTypeCollection sem membros na coleção.

TransformerTypeCollection(ICollection)

Inicializa uma nova instância da classe TransformerTypeCollection, que contém o os objetos WebPartTransformer especificados.

TransformerTypeCollection(TransformerTypeCollection, ICollection)

Inicializa uma nova instância da classe TransformerTypeCollection combinando uma coleção TransformerTypeCollection existente com os objetos WebPartTransformer especificados.

TransformerTypeCollection()

Inicializa uma nova instância da classe TransformerTypeCollection sem membros na coleção.

public:
 TransformerTypeCollection();
public TransformerTypeCollection ();
Public Sub New ()

Aplica-se a

TransformerTypeCollection(ICollection)

Inicializa uma nova instância da classe TransformerTypeCollection, que contém o os objetos WebPartTransformer especificados.

public:
 TransformerTypeCollection(System::Collections::ICollection ^ transformerTypes);
public TransformerTypeCollection (System.Collections.ICollection transformerTypes);
new System.Web.UI.WebControls.WebParts.TransformerTypeCollection : System.Collections.ICollection -> System.Web.UI.WebControls.WebParts.TransformerTypeCollection
Public Sub New (transformerTypes As ICollection)

Parâmetros

transformerTypes
ICollection

Uma coleção de objetos WebPartTransformer .

Exceções

transformerTypes contém objetos que não são transformadores.

Aplica-se a

TransformerTypeCollection(TransformerTypeCollection, ICollection)

Inicializa uma nova instância da classe TransformerTypeCollection combinando uma coleção TransformerTypeCollection existente com os objetos WebPartTransformer especificados.

public:
 TransformerTypeCollection(System::Web::UI::WebControls::WebParts::TransformerTypeCollection ^ existingTransformerTypes, System::Collections::ICollection ^ transformerTypes);
public TransformerTypeCollection (System.Web.UI.WebControls.WebParts.TransformerTypeCollection existingTransformerTypes, System.Collections.ICollection transformerTypes);
new System.Web.UI.WebControls.WebParts.TransformerTypeCollection : System.Web.UI.WebControls.WebParts.TransformerTypeCollection * System.Collections.ICollection -> System.Web.UI.WebControls.WebParts.TransformerTypeCollection
Public Sub New (existingTransformerTypes As TransformerTypeCollection, transformerTypes As ICollection)

Parâmetros

existingTransformerTypes
TransformerTypeCollection

Uma coleção de objetos WebPartTransformer já contidos em um TransformerTypeCollection.

transformerTypes
ICollection

Uma coleção de objetos WebPartTransformer para combinar com a coleção no parâmetro existingTransformerTypes.

Exceções

transformerTypes contém objetos que não são transformadores.

Aplica-se a