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 여러 항목을 선택합니다.

적용 대상

추가 정보