QueryableDataSourceView.TrackViewState メソッド
定義
サーバー コントロールのビューステートの変化を追跡して、サーバー コントロールの状態にその変化を格納できるようにします。Causes tracking of view-state changes to the server control so that they can be stored in the server control's state.
protected:
virtual void TrackViewState();
protected virtual void TrackViewState ();
abstract member TrackViewState : unit -> unit
override this.TrackViewState : unit -> unit
Protected Overridable Sub TrackViewState ()