BulletedList.Controls 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得控制項的 ControlCollection 集合。
public:
virtual property System::Web::UI::ControlCollection ^ Controls { System::Web::UI::ControlCollection ^ get(); };
public override System.Web.UI.ControlCollection Controls { get; }
member this.Controls : System.Web.UI.ControlCollection
Public Overrides ReadOnly Property Controls As ControlCollection
屬性值
控制項的控制項集合。
備註
屬性 Controls 繼承自 類別, Control 不適用於 BulletedList 控件。 集合 Controls 會從基類覆寫,一律傳回 EmptyControlCollection 集合。