DataKey.IStateManager.IsTrackingViewState 屬性

定義

取得值,指出 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 正在追蹤其檢視狀態變更。

適用於

另請參閱