Share via


ObjectListCommandCollection.Item[Int32] 속성

정의

컬렉션의 지정된 인덱스에 있는 ObjectListCommand 항목을 반환합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 property System::Web::UI::MobileControls::ObjectListCommand ^ default[int] { System::Web::UI::MobileControls::ObjectListCommand ^ get(int index); };
public System.Web.UI.MobileControls.ObjectListCommand this[int index] { get; }
member this.Item(int) : System.Web.UI.MobileControls.ObjectListCommand
Default Public ReadOnly Property Item(index As Integer) As ObjectListCommand

매개 변수

index
Int32

가져올 항목의 인덱스입니다.

속성 값

지정된 인덱스에 있는 ObjectListCommand 항목입니다.

적용 대상

추가 정보