XhtmlObjectListAdapter.OnlyHasDefaultCommand 메서드

정의

ObjectList 컨트롤에 기본 명령만 있고 다른 명령은 없는지 여부를 나타내는 부울 값을 반환합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 Mobile Apps & Sites with ASP.NET(ASP.NET을 사용한 모바일 앱 및 사이트)을 참조하세요.

protected:
 bool OnlyHasDefaultCommand();
protected bool OnlyHasDefaultCommand ();
member this.OnlyHasDefaultCommand : unit -> bool
Protected Function OnlyHasDefaultCommand () As Boolean

반환

Boolean

ObjectList에 기본 명령만 있고 다른 명령은 없으면 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보