DataKey.IStateManager.IsTrackingViewState 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出 DataKey 物件是否正在追蹤它的檢視狀態變更。
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
表示 DataKey 正在追蹤檢視狀態變更,否則為 false
。
實作
備註
屬性 IStateManager.IsTrackingViewState 是用來判斷物件是否 DataKey 正在追蹤其檢視狀態變更。