Xml.Controls 属性

定义

重写 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

ControlCollection 集合。

适用于

另请参阅