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!

ValueProvider.EndDepersist

Alerts the ValueProvider that depersistance has ended.

[Visual Basic]
Overridable Public Sub EndDepersist()
[C#]
public virtual void EndDepersist();
[C++]
public: virtual void EndDepersist();
[JScript]
public function EndDepersist();

Remarks

This is called by the code generator after all statements have been parsed.

See Also

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