ObjectListShowCommandsEventArgs.Commands 속성

정의

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

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.

설명

클래스의 ObjectListCommandCollection , AddAtRemoveRemoveAt 및 메서드를 사용하여 Add컬렉션에서 명령을 추가하거나 제거할 수 있습니다. 이 속성을 사용하여 이벤트 중에 개체의 단일 항목에 ObjectList 대한 명령에 액세스하고 수정할 ShowItemCommands 수 있습니다. 변경 내용은 개체에 대해 지정된 명령의 기본 컬렉션에 ObjectList 영향을 미치지 않습니다.

적용 대상

추가 정보