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 コレクションの複数の項目を選択します。

適用対象

こちらもご覧ください