WebPartConnection.Transformers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of WebPartTransformer objects used internally by the Web Parts control set.
public:
property System::Web::UI::WebControls::WebParts::WebPartTransformerCollection ^ Transformers { System::Web::UI::WebControls::WebParts::WebPartTransformerCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerDefaultProperty)]
public System.Web.UI.WebControls.WebParts.WebPartTransformerCollection Transformers { get; }
[<System.ComponentModel.Browsable(false)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerDefaultProperty)>]
member this.Transformers : System.Web.UI.WebControls.WebParts.WebPartTransformerCollection
Public ReadOnly Property Transformers As WebPartTransformerCollection
Property Value
A WebPartTransformerCollection containing WebPartTransformer objects.
- Attributes
Remarks
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.