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
属性值
如果标记 StateBag 以将更改保存到其状态,则为 true;否则为 false。true if the StateBag is marked to save changes to its state; otherwise, false.