WebPartDescriptionCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含要與 WebPart 控制項的類別目錄搭配使用的 WebPartDescription 物件集合。 此類別無法獲得繼承。
public ref class WebPartDescriptionCollection sealed : System::Collections::ReadOnlyCollectionBase
public sealed class WebPartDescriptionCollection : System.Collections.ReadOnlyCollectionBase
type WebPartDescriptionCollection = class
inherit ReadOnlyCollectionBase
Public NotInheritable Class WebPartDescriptionCollection
Inherits ReadOnlyCollectionBase
- 繼承
備註
類別WebPartDescriptionCollection是由方法實作GetAvailableWebPartDescriptions中的各種CatalogPart控件所建立。 針對控件中包含的CatalogPart每個WebPart控件,WebPartDescription會建立 物件。 這個物件會維護控件的基本 WebPart 資訊,包括其標識符、標題、描述,以及相關聯圖標的路徑。 各種 CatalogPart 控制項可以使用 WebPartDescription 物件在目錄中顯示 WebPart 控制件的資訊,而不需要建立控制項本身的 WebPart 實例。
類別 WebPartDescriptionCollection 是由 Web 元件控制件集合內部使用,以維護目錄中使用之所有 WebPartDescription 物件的集合。 WebPartDescriptionCollection只有在頁面處於目錄顯示模式時,才會使用集合。 CatalogPart當控件呈現時,它會迴圈查看WebPartDescriptionCollection集合,並將每個WebPartDescription物件的資訊新增至顯示的目錄。
建構函式
WebPartDescriptionCollection() |
初始化 WebPartDescriptionCollection 類別新的空執行個體。 |
WebPartDescriptionCollection(ICollection) |
傳入 WebPartDescriptionCollection 物件的 ICollection 集合,初始化 WebPartDescription 物件的新執行個體。 |
屬性
Count |
取得 ReadOnlyCollectionBase 執行個體中包含的元素數目。 (繼承來源 ReadOnlyCollectionBase) |
InnerList |
取得包含於 ReadOnlyCollectionBase 執行個體中的項目清單。 (繼承來源 ReadOnlyCollectionBase) |
Item[Int32] |
根據成員在集合中的索引,取得集合的成員。 |
Item[String] |
根據唯一字串識別項,取得集合成員。 |
方法
Contains(WebPartDescription) |
傳回數值,表示集合中是否存在特定控制項。 |
CopyTo(WebPartDescription[], Int32) |
複製集合至 WebPartDescription 物件的陣列。 |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetEnumerator() |
傳回可逐一查看 ReadOnlyCollectionBase 執行個體的列舉值。 (繼承來源 ReadOnlyCollectionBase) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
IndexOf(WebPartDescription) |
傳回集合特定成員的位置。 |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |
明確介面實作
ICollection.CopyTo(Array, Int32) |
從目標陣列的指定索引開始,將整個 ReadOnlyCollectionBase 複製到相容的一維 Array。 (繼承來源 ReadOnlyCollectionBase) |
ICollection.IsSynchronized |
取得值,指出對 ReadOnlyCollectionBase 物件的存取是否為同步的 (執行緒安全)。 (繼承來源 ReadOnlyCollectionBase) |
ICollection.SyncRoot |
取得可用來同步存取 ReadOnlyCollectionBase 物件的物件。 (繼承來源 ReadOnlyCollectionBase) |
擴充方法
Cast<TResult>(IEnumerable) |
將 IEnumerable 的項目轉換成指定的型別。 |
OfType<TResult>(IEnumerable) |
根據指定的型別來篩選 IEnumerable 的項目。 |
AsParallel(IEnumerable) |
啟用查詢的平行化作業。 |
AsQueryable(IEnumerable) |
將 IEnumerable 轉換成 IQueryable。 |