HtmlSelect.SelectedIndices 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得集合,其中包含 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 屬性,以提供自訂演算法來傳回目前選取的專案。