HtmlSelect.Select(Int32[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
選擇控制項集合中的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())
參數
備註
此 Select 方法會從收藏中選取多個項目 Items 。