ObjectListFieldCollection.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
true se um controle de servidor estiver rastreando suas alterações de estado de exibição; caso contrário, false .true if a server control is tracking its view state changes; otherwise, false.
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 ObjectListFieldCollection é convertida em uma interface de IStateManager.It can be used only when the ObjectListFieldCollection instance is cast to an IStateManager interface.