다음을 통해 공유


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

적용 대상