BasicDesignerLoader.PerformFlush(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.
Flushes all changes to the designer.
protected:
abstract void PerformFlush(System::ComponentModel::Design::Serialization::IDesignerSerializationManager ^ serializationManager);
protected abstract void PerformFlush (System.ComponentModel.Design.Serialization.IDesignerSerializationManager serializationManager);
abstract member PerformFlush : System.ComponentModel.Design.Serialization.IDesignerSerializationManager -> unit
Protected MustOverride Sub PerformFlush (serializationManager As IDesignerSerializationManager)
Parameters
- serializationManager
- IDesignerSerializationManager
An IDesignerSerializationManager to use for persisting the state of loaded designers.
Remarks
The PerformFlush method is invoked when the designer loader needs to flush to persistence any changes made to the designers. It is invoked in response to a call to the Flush method.
Applies to
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.