共用方式為


BulletedList.Controls 屬性

定義

取得控制項的 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

屬性值

ControlCollection

控制項的控制項集合。

備註

屬性 Controls 繼承自 類別, Control 不適用於 BulletedList 控制項。 集合 Controls 會從基類覆寫,一律傳回 EmptyControlCollection 集合。

適用於

另請參閱