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