HtmlTableRow.HtmlTableCellControlCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 HtmlTableCell 对象的集合,该对象作为 HtmlTableRow 控件的单元格。
protected: ref class HtmlTableRow::HtmlTableCellControlCollection : System::Web::UI::ControlCollection
protected class HtmlTableRow.HtmlTableCellControlCollection : System.Web.UI.ControlCollection
Protected Class HtmlTableRow.HtmlTableCellControlCollection
Inherits ControlCollection
- 继承
注解
HtmlTableRow.HtmlTableCellControlCollection类表示控件的对象的集合 HtmlTableCell HtmlTableRow 。 可以使用方法在集合的末尾添加控件,也可以使用方法将控件添加到 Add 集合中的指定索引位置 AddAt 。
只能将类型的控件 HtmlTableCell 添加到 HtmlTableRow.HtmlTableCellControlCollection 集合中。
属性
Count |
为指定的 ASP.NET 服务器控件获取 ControlCollection 对象中的服务器控件数。 (继承自 ControlCollection) |
IsReadOnly |
获取一个值,该值指示 ControlCollection 对象是否为只读。 (继承自 ControlCollection) |
IsSynchronized |
获取一个值,该值指示是否同步 ControlCollection 对象。 (继承自 ControlCollection) |
Item[Int32] |
获取对 ControlCollection 对象中指定索引位置的服务器控件的引用。 (继承自 ControlCollection) |
Owner |
获取 ControlCollection 对象所属的 ASP.NET 服务器控件。 (继承自 ControlCollection) |
SyncRoot |
获取可用于同步控件集合访问的对象。 (继承自 ControlCollection) |
方法
Add(Control) |
将指定的 Control 对象添加到集合。 |
AddAt(Int32, Control) |
将指定的 Control 对象添加到集合中的指定索引位置。 |
Clear() |
从当前服务器控件的 ControlCollection 对象中移除所有控件。 (继承自 ControlCollection) |
Contains(Control) |
确定指定的服务器控件是否在父服务器控件的 ControlCollection 对象中。 (继承自 ControlCollection) |
CopyTo(Array, Int32) |
从 ControlCollection 中的指定索引位置开始,将 Array 对象中存储的子控件复制到 Array 对象。 (继承自 ControlCollection) |
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetEnumerator() |
检索可遍历 ControlCollection 对象的枚举器。 (继承自 ControlCollection) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
IndexOf(Control) |
检索集合中指定 Control 对象的索引。 (继承自 ControlCollection) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
Remove(Control) |
从父服务器控件的 ControlCollection 对象中移除指定服务器控件。 (继承自 ControlCollection) |
RemoveAt(Int32) |
从 ControlCollection 对象中移除指定索引位置处的子控件。 (继承自 ControlCollection) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |
扩展方法
Cast<TResult>(IEnumerable) |
将 IEnumerable 的元素强制转换为指定的类型。 |
OfType<TResult>(IEnumerable) |
根据指定类型筛选 IEnumerable 的元素。 |
AsParallel(IEnumerable) |
启用查询的并行化。 |
AsQueryable(IEnumerable) |
将 IEnumerable 转换为 IQueryable。 |