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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.