MobileListItem.IStateManager.IsTrackingViewState 属性
定义
有关此成员的说明,请参见 IsTrackingViewState。For a description of this member, see IsTrackingViewState. 此 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.
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
属性值
如果 MobileListItem 对象正在跟踪其视图状态更改,则为 true;否则为 false。true if the MobileListItem object is tracking its view-state changes; otherwise, false.
实现
注解
此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 MobileListItem 实例被强制转换为 IStateManager 接口时使用。It can be used only when the MobileListItem instance is cast to an IStateManager interface.