HtmlSelect.Select(Int32[]) 메서드

정의

HtmlSelect 컨트롤의 Items 컬렉션에 있는 여러 항목을 선택합니다.

protected:
 virtual void Select(cli::array <int> ^ selectedIndices);
protected virtual void Select (int[] selectedIndices);
abstract member Select : int[] -> unit
override this.Select : int[] -> unit
Protected Overridable Sub Select (selectedIndices As Integer())

매개 변수

selectedIndices
Int32[]

선택할 항목이 들어 있는 Array 형식의 Int32입니다.

설명

메서드는 Select 컬렉션의 Items 여러 항목을 선택합니다.

적용 대상

추가 정보