DeviceSpecificChoiceCollection.AddAt(Int32, DeviceSpecificChoice) 메서드

정의

컬렉션에서 index 매개 변수에 지정된 위치에 선택 항목을 추가합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 void AddAt(int index, System::Web::UI::MobileControls::DeviceSpecificChoice ^ choice);
public void AddAt (int index, System.Web.UI.MobileControls.DeviceSpecificChoice choice);
member this.AddAt : int * System.Web.UI.MobileControls.DeviceSpecificChoice -> unit
Public Sub AddAt (index As Integer, choice As DeviceSpecificChoice)

매개 변수

index
Int32

컬렉션에서 choice를 추가할 위치입니다.

choice
DeviceSpecificChoice

컬렉션에 추가할 DeviceSpecificChoice입니다.

설명

값이-1은 index 매개 변수는 명령 컬렉션의 끝에 추가 되도록 지정 합니다.

적용 대상

추가 정보