ObjectListItemCollection.IStateManager.IsTrackingViewState Propriedade

Definição

Para obter uma descrição desse membro, confira IsTrackingViewState.For a description of this member, see IsTrackingViewState. 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.

property bool System::Web::UI::IStateManager::IsTrackingViewState { bool get(); };
bool System.Web.UI.IStateManager.IsTrackingViewState { get; }
member this.System.Web.UI.IStateManager.IsTrackingViewState : bool
 ReadOnly Property IsTrackingViewState As Boolean Implements IStateManager.IsTrackingViewState

Valor da propriedade

Boolean

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de ObjectListItemCollection é convertida em uma interface de IStateManager.It can be used only when the ObjectListItemCollection instance is cast to an IStateManager interface.

Aplica-se a

Confira também