DataKeyArray.IStateManager.TrackViewState 方法
定义
标记开始跟踪并将视图状态更改保存到 DataKeyArray 对象的起点。Marks the starting point at which to begin tracking and saving view-state changes to the DataKeyArray object.
virtual void System.Web.UI.IStateManager.TrackViewState() = System::Web::UI::IStateManager::TrackViewState;
void IStateManager.TrackViewState ();
abstract member System.Web.UI.IStateManager.TrackViewState : unit -> unit
override this.System.Web.UI.IStateManager.TrackViewState : unit -> unit
Sub TrackViewState () Implements IStateManager.TrackViewState
实现
注解
重写此方法,以标记开始跟踪并将对对象所做的更改 DataKeyArray 作为对象的视图状态的一部分进行保存的起始点。This method is overridden to mark the starting point at which to begin tracking and saving changes to the DataKeyArray object as part of the object's view state.