ObjectListFieldCollection.IStateManager.IsTrackingViewState 属性

定义

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

实现

注解

此成员是显式接口成员的实现。 它只能在 ObjectListFieldCollection 实例被强制转换为 IStateManager 接口时使用。

适用于

另请参阅