共用方式為


HtmlSelect.SelectedIndices 屬性

定義

取得集合,其中包含 HtmlSelect 控制項中所有目前選取項目之以零起始的索引。

protected:
 virtual property cli::array <int> ^ SelectedIndices { cli::array <int> ^ get(); };
protected virtual int[] SelectedIndices { get; }
member this.SelectedIndices : int[]
Protected Overridable ReadOnly Property SelectedIndices As Integer()

屬性值

Int32[]

集合,其中包含 HtmlSelect 控制項中所有目前選取項目之以零起始的索引。

備註

類別 SelectedIndices 會使用 HtmlSelect 屬性傳回集合,其中包含控制項中所有目前選取專案之以零起始的 HtmlSelect 索引。

控制擴充 類別功能的 HtmlSelect 開發人員可以覆寫 SelectedIndices 屬性,以提供自訂演算法來傳回目前選取的專案。

適用於