DataKey.SaveViewState Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves the current view state of the DataKey object.
protected:
virtual System::Object ^ SaveViewState();
protected virtual object SaveViewState ();
abstract member SaveViewState : unit -> obj
override this.SaveViewState : unit -> obj
Protected Overridable Function SaveViewState () As Object
Returns
An Object that contains the saved state of the DataKey object.
Remarks
The SaveViewState method is a helper method used by the DataKey class to save the state of the object.
Note
This method is used primarily by control developers.
Notes to Inheritors
When extending the DataKey class, you can override this method to implement your own routine to save the view state for the object.