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!

ResourceValueProvider.BeginPersist

Called by the code generator when before any statements in the code are generated. This allows the provider to clear any previous state.

[Visual Basic]
Overrides Public Sub BeginPersist()
[C#]
public override void BeginPersist();
[C++]
public: override void BeginPersist();
[JScript]
public override function BeginPersist();

See Also

ResourceValueProvider Class | ResourceValueProvider Members | System.ComponentModel.Design Namespace