HtmlSelect.Select(Int32[]) 方法

定義

選擇控制項集合中的HtmlSelectItems多個項目。

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

適用於

另請參閱