通过


ObjectListCommandCollection.IStateManager.IsTrackingViewState 属性

定义

有关此成员的说明,请参阅 IsTrackingViewState。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 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

属性值

true 如果正在跟踪视图状态更改,则为否则,为 false.

实现

注解

此成员是显式接口成员实现。 仅当实例强制转换为ObjectListCommandCollection接口时IStateManager,才能使用它。

适用于

另请参阅