QueryableDataSourceView.IStateManager.IsTrackingViewState 属性

定义

当由类实现时,获取一个值,该值指示服务器控件是否正在跟踪其视图状态更改。

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

属性值

Boolean

如果数据源视图被标记为保存其状态,则为 true;否则为 false

实现

注解

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

适用于