ModelDataSourceView.IsTrackingViewState 方法

定義

傳回值,這個值表示控制項是否會儲存檢視狀態中的狀態。

protected:
 virtual bool IsTrackingViewState();
protected virtual bool IsTrackingViewState ();
abstract member IsTrackingViewState : unit -> bool
override this.IsTrackingViewState : unit -> bool
Protected Overridable Function IsTrackingViewState () As Boolean

傳回

Boolean

如果控制項會儲存檢視狀態中的狀態,則為 true,否則為 false

適用於