Contains a collection of System.Web.Configuration.TransformerInfo objects. This class cannot be inherited.
See Also: TransformerInfoCollection Members
The System.Web.Configuration.TransformerInfoCollection class allows you to programmatically access and modify the transformers section of the webParts section of a configuration file.
System.Web.Configuration.TransformerInfo objects, as part of a System.Web.Configuration.TransformerInfoCollection, specify custom classes that extend the System.Web.UI.WebControls.WebParts.WebPartTransformer class. These transformer classes act as bridges between connected Web Parts, translating data sent by a connection provider into something that the connection consumer can accept.