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.ControlCollectionPublic Overrides ReadOnly Property Controls As ControlCollection属性值
用于控件的控件集合。
注解
属性 Controls 继承自 类, Control 不适用于 BulletedList 控件。 集合 Controls 从基类重写,以始终返回集合 EmptyControlCollection 。