Share via


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입니다.

적용 대상