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 多个项。

适用于

另请参阅