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, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.