ObjectListItemCollection.SaveViewState 方法

定义

将服务器控件的视图状态更改保存到 ObjectSaves the changes to a server control's view state to a Object. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected:
 System::Object ^ SaveViewState();
protected object SaveViewState ();
member this.SaveViewState : unit -> obj
Protected Function SaveViewState () As Object

返回

Object

包含视图状态信息的 ObjectA Object that contains the view-state information.

适用于