AutoFieldsGenerator.IStateManager.IsTrackingViewState 屬性
定義
取得值,指出是否正在追蹤檢視狀態變更。Gets a value that indicates whether view 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
屬性值
如果正在追蹤檢視狀態,則為 true
,否則為 false
。true
if view state is being tracked; otherwise, false
.
實作
備註
這個成員是明確介面成員實作,This member is an explicit interface member implementation. 只有在 AutoFieldsGenerator 執行個體轉換成 IStateManager 介面時,才能使用這個成員。It can be used only when the AutoFieldsGenerator instance is cast to an IStateManager interface.