ObjectListCommandCollection.AddAt(Int32, ObjectListCommand) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
인덱스 매개 변수로 지정된 컬렉션의 위치에 명령을 추가합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.
public:
void AddAt(int index, System::Web::UI::MobileControls::ObjectListCommand ^ command);
public void AddAt(int index, System.Web.UI.MobileControls.ObjectListCommand command);
member this.AddAt : int * System.Web.UI.MobileControls.ObjectListCommand -> unit
Public Sub AddAt (index As Integer, command As ObjectListCommand)
매개 변수
- index
- Int32
추가할 command컬렉션의 위치입니다.
- command
- ObjectListCommand
ObjectListCommand 컬렉션에 추가할 개체입니다.
설명
매개 변수에 대한 index -1 값은 명령이 컬렉션의 끝에 추가되도록 지정합니다.