TemplateBasedControl.Controls 属性
获取一个对象,包含TemplateBasedControl对象的子控件。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overrides ReadOnly Property Controls As ControlCollection
Get
用法
Dim instance As TemplateBasedControl
Dim value As ControlCollection
value = instance.Controls
public override ControlCollection Controls { get; }
属性值
类型:System.Web.UI.ControlCollection
一个代表子控件的ControlCollection对象。
备注
请参阅有关此属性扩展讨论Controls派生类的属性。