ModelDataSource.IStateManager.IsTrackingViewState 属性
定义
返回指示控件是否正在跟踪视图状态的值。Returns a value that indicates whether the control is tracking view state.
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。true if the control is tracking view state; otherwise, false.
实现
注解
此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 ModelDataSource 实例被强制转换为 IStateManager 接口时使用。It can be used only when the ModelDataSource instance is cast to an IStateManager interface.