HtmlSelect.Select(Int32[]) Metoda

Definice

Vybere více položek HtmlSelect kolekce ovládacího prvku 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())

Parametry

selectedIndices
Int32[]

Typ ArrayInt32 , který obsahuje položky, které chcete vybrat.

Poznámky

Metoda Select vybere více položek Items kolekce.

Platí pro

Viz také