MobileListItem.IStateManager.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.
For a description of this member, see SaveViewState(). This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
 virtual System::Object ^ System.Web.UI.IStateManager.SaveViewState() = System::Web::UI::IStateManager::SaveViewState;object IStateManager.SaveViewState();abstract member System.Web.UI.IStateManager.SaveViewState : unit -> obj
override this.System.Web.UI.IStateManager.SaveViewState : unit -> objFunction SaveViewState () As Object Implements IStateManager.SaveViewStateReturns
The view-state changes for the control.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the MobileListItem instance is cast to an IStateManager interface.