WebPartTransformer.LoadConfigurationState(Object) 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 the configuration state saved with the SaveConfigurationState() method.
protected public:
virtual void LoadConfigurationState(System::Object ^ savedState);
protected internal virtual void LoadConfigurationState (object savedState);
abstract member LoadConfigurationState : obj -> unit
override this.LoadConfigurationState : obj -> unit
Protected Friend Overridable Sub LoadConfigurationState (savedState As Object)
Parameters
- savedState
- Object
An object containing configuration state saved by using SaveConfigurationState().
Remarks
Use this method to load the saved configuration state into the ASP.NET control used to configure a transformer.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.