共用方式為


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 多個專案。

適用於

另請參閱