StateBag.IStateManager.IsTrackingViewState 属性

定义

获取一个值,该值指示是否正在跟踪状态更改。Gets a value indicating whether state changes are being tracked.

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

如果标记 StateBag 以将更改保存到其状态,则为 true;否则为 falsetrue if the StateBag is marked to save changes to its state; otherwise, false.

实现

适用于

另请参阅