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