IControlAdapter.LoadAdapterState(Object) 方法

定义

返回控件的特定于适配器的视图。Returns the adapter-specific view for a control. 此 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.

public:
 void LoadAdapterState(System::Object ^ state);
public void LoadAdapterState (object state);
abstract member LoadAdapterState : obj -> unit
Public Sub LoadAdapterState (state As Object)

参数

state
Object

当前视图状态。The current view state.

注解

当控件加载其私有视图状态时,将调用此方法。This method is called when the control loads its private view state. 设备适配器可以保存控件的适配器特定的视图。A device adapter can save the adapter-specific view for a control.

适用于