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

属性值

用于控件的控件集合。

注解

属性 Controls 继承自 类, Control 不适用于 BulletedList 控件。 集合 Controls 从基类重写,以始终返回集合 EmptyControlCollection

适用于

另请参阅