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