XhtmlCalendarAdapter.LoadAdapterState(Object) Método
Definição
Carrega o estado do adaptador e define o SecondaryUIMode atual.Loads the state of the adapter and sets the current SecondaryUIMode. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
override void LoadAdapterState(System::Object ^ state);
public override void LoadAdapterState (object state);
override this.LoadAdapterState : obj -> unit
Public Overrides Sub LoadAdapterState (state As Object)
Parâmetros
- state
- Object
Um Object que contém o estado do adaptador.An Object containing the state of the adapter. Consulte SaveAdapterState() para obter mais informações.See SaveAdapterState() for more information.
Comentários
Chamado pelo adaptador de página ao carregar o estado de exibição.Called by the page adapter when loading view state.