BasicDesignerLoader.PerformLoad(IDesignerSerializationManager) 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 a designer from persistence.
protected:
abstract void PerformLoad(System::ComponentModel::Design::Serialization::IDesignerSerializationManager ^ serializationManager);
protected abstract void PerformLoad (System.ComponentModel.Design.Serialization.IDesignerSerializationManager serializationManager);
abstract member PerformLoad : System.ComponentModel.Design.Serialization.IDesignerSerializationManager -> unit
Protected MustOverride Sub PerformLoad (serializationManager As IDesignerSerializationManager)
Parameters
- serializationManager
- IDesignerSerializationManager
An IDesignerSerializationManager to use for loading state for the designers.
Remarks
The PerformLoad method is invoked when the designer loader needs to load its state. PerformLoad is called before the OnBeginLoad method. You must implement this method to load the designer contents.
Applies to
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.