ObjectListCommandCollection.Item[Int32] 속성

정의

ObjectListCommand 컬렉션에서 지정된 인덱스 항목을 반환합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

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 지정된 인덱스 항목입니다.

적용 대상

추가 정보