Editar

Share via


TransformerInfoCollection Constructor

Definition

Initializes a new instance of the TransformerInfoCollection class.

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

Remarks

The TransformerInfoCollection constructor is not intended to be used directly from your code. It is called by the ASP.NET configuration system. The Transformers property of the WebPartsSection class always contains an instance of the TransformerInfoCollection type. Use this instance, rather than creating your own.

Applies to

See also