Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebPartConnection::Transformers Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a collection of WebPartTransformer objects used internally by the Web Parts control set.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
[BrowsableAttribute(false)]
[PersistenceModeAttribute(PersistenceMode::InnerDefaultProperty)]
property WebPartTransformerCollection^ Transformers {
	WebPartTransformerCollection^ get();
}

The Transformers property is never intended for use by developers. To access the transformer associated with a connection, developers should always use the Transformer property.

The Transformers property is used internally by the Web Parts control set to enable page developers to declare transformer elements within the <asp:webpartconnection> element in the markup of a Web page.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft