Begins persistence.
[Visual Basic] Sub BeginPersist() [C#] void BeginPersist(); [C++] void BeginPersist() = 0; [JScript] function BeginPersist();
This method is called by the code generator before statements in the code are generated. This allows the provider to clear the previous state.
IValueProvider Interface | IValueProvider Members | System.ComponentModel.Design Namespace