NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IValueProvider.BeginDepersist

Begins depersistence.

[Visual Basic]
Sub BeginDepersist()
[C#]
void BeginDepersist();
[C++]
void BeginDepersist() = 0;
[JScript]
function BeginDepersist();

Remarks

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.

See Also

IValueProvider Interface | IValueProvider Members | System.ComponentModel.Design Namespace