WebPartConnection.Transformers Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene un insieme di oggetti WebPartTransformer utilizzati internamente dall'insieme di controlli Web part.
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
Valore della proprietà
Oggetto WebPartTransformerCollection contenente oggetti WebPartTransformer.
- Attributi
Commenti
La Transformers proprietà non è mai destinata all'uso da parte degli sviluppatori. Per accedere al trasformatore associato a una connessione, gli sviluppatori devono usare sempre la Transformer proprietà .
La Transformers proprietà viene utilizzata internamente dal set di controlli Web part per consentire agli sviluppatori di pagine di dichiarare gli elementi trasformatore all'interno dell'elemento <asp:webpartconnection>
nel markup di una pagina Web.