RadioButtonList.IRepeatInfoUser.RepeatedItemCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得清單控制項中的項目數。
property int System::Web::UI::WebControls::IRepeatInfoUser::RepeatedItemCount { int get(); };
int System.Web.UI.WebControls.IRepeatInfoUser.RepeatedItemCount { get; }
member this.System.Web.UI.WebControls.IRepeatInfoUser.RepeatedItemCount : int
ReadOnly Property RepeatedItemCount As Integer Implements IRepeatInfoUser.RepeatedItemCount
屬性值
控制項中的項目數。
實作
備註
這個屬性是明確的介面成員實作。 只有當實例轉換成 IRepeatInfoUser 介面時 RadioButtonList ,才能使用它。
給繼承者的注意事項
若要在 控制項中 RadioButtonList 定義 屬性的 IRepeatInfoUser.RepeatedItemCount 自訂實作,請覆寫 RepeatedItemCount 屬性。 明確介面實作會使用 RepeatedItemCount 屬性。