StyleCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 Style 对象集合。
public ref class StyleCollection : System::Web::UI::StateManagedCollection
public class StyleCollection : System.Web.UI.StateManagedCollection
type StyleCollection = class
inherit StateManagedCollection
Public Class StyleCollection
Inherits StateManagedCollection
- 继承
注解
使用 StyleCollection 类可存储和管理 Style 控件的对象。 控件开发人员可以使用此类来包含一组适用于控件的不同部分的样式。
添加对象时,集合的大小动态增加。 此集合中的索引从零开始。 使用 Count 属性可确定集合中有多少个对象。
此外,使用 StyleCollection 方法和属性提供以下功能:
向 Add 集合添加单个样式的方法。
Insert用于在集合中的特定索引处添加样式的方法。
Remove要从集合中移除样式的方法。
RemoveAt用于移除位于特定索引处的样式的方法。
Contains用于确定特定样式是否已存在于集合中的方法。
IndexOf用于检索集合中样式的索引的方法。
Clear要从集合中移除所有样式的方法。
属性
Count |
获取 StateManagedCollection 集合中包含的元素的数量。 (继承自 StateManagedCollection) |
Item[Int32] |
获取 Style 对象中指定索引位置的 StyleCollection 对象。 |
方法
显式接口实现
扩展方法
Cast<TResult>(IEnumerable) |
将 IEnumerable 的元素强制转换为指定的类型。 |
OfType<TResult>(IEnumerable) |
根据指定类型筛选 IEnumerable 的元素。 |
AsParallel(IEnumerable) |
启用查询的并行化。 |
AsQueryable(IEnumerable) |
将 IEnumerable 转换为 IQueryable。 |