次の方法で共有


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 選択します。

適用対象

こちらもご覧ください