ObjectListShowCommandsEventArgs.Commands 속성

정의

ObjectListCommandCollection 개체의 명령 컬렉션을 가져오거나 설정합니다. 처음에는 컬렉션이 비어 있습니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 property System::Web::UI::MobileControls::ObjectListCommandCollection ^ Commands { System::Web::UI::MobileControls::ObjectListCommandCollection ^ get(); };
public System.Web.UI.MobileControls.ObjectListCommandCollection Commands { get; }
member this.Commands : System.Web.UI.MobileControls.ObjectListCommandCollection
Public ReadOnly Property Commands As ObjectListCommandCollection

속성 값

ObjectListCommandCollection의 명령 컬렉션입니다.

설명

추가 하거나 명령을 사용 하 여 컬렉션에서 제거할 수 있습니다 합니다 Add, AddAt, Remove, 및 RemoveAt 메서드를 ObjectListCommandCollection 클래스입니다. 이 속성을 사용 하 여 액세스의 단일 항목에 대 한 명령을 수정 하는 ObjectList 하는 동안 개체는 ShowItemCommands 이벤트입니다. 변경 내용을 기본 컬렉션에 지정 된 명령에 영향을 주지 않습니다는 ObjectList 개체입니다.

적용 대상

추가 정보