WebPartManagerInternals.LoadConfigurationState Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Charge des données d'état précédemment enregistrées pour un objet WebPartTransformer qui participe à une connexion entre des contrôles.
public:
void LoadConfigurationState(System::Web::UI::WebControls::WebParts::WebPartTransformer ^ transformer, System::Object ^ savedState);
public void LoadConfigurationState (System.Web.UI.WebControls.WebParts.WebPartTransformer transformer, object savedState);
member this.LoadConfigurationState : System.Web.UI.WebControls.WebParts.WebPartTransformer * obj -> unit
Public Sub LoadConfigurationState (transformer As WebPartTransformer, savedState As Object)
Paramètres
- transformer
- WebPartTransformer
WebPartTransformer utilisé pour connecter des contrôles.