DataGridColumnCollection.IStateManager.IsTrackingViewState 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出集合是否正在追蹤它的檢視狀態變更。
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
屬性值
如果 DataGridColumnCollection 物件正在追蹤它的檢視狀態變更,則為 true
,否則為 false
。
實作
備註
成員 IStateManager.IsTrackingViewState 是明確的介面成員實作。 只有當實例轉換成 IStateManager 介面時 DataGridColumnCollection ,才能使用它。