XhtmlObjectListAdapter.HasCommands 메서드

정의

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

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

반환

연결된 ObjectList에 명령이 하나 이상 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보