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 集合。

适用于

另请参阅