WebPartManagerInternals.LoadConfigurationState Method
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.
Loads previously saved state data for a WebPartTransformer object that participates in a connection between controls.
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)
Parameters
- transformer
- WebPartTransformer
A WebPartTransformer that is used to connect controls.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.