Share via


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

适用于

另请参阅