SqlDataSourceView.IStateManager.IsTrackingViewState 属性

定义

有关此成员的说明,请参见 IsTrackingViewStateFor 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

属性值

Boolean

如果数据源视图被标记为保存其状态,则为 true;否则为 falsetrue, if the data source view is marked to save its state; otherwise, false.

实现

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 SqlDataSourceView 实例被强制转换为接口时使用 IStateManagerIt can be used only when the SqlDataSourceView instance is cast to the IStateManager interface.

适用于

另请参阅