ConfigurationElementCollectionBase<T> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供組態專案強型別集合的抽象基類。
generic <typename T>
where T : ConfigurationElementpublic ref class ConfigurationElementCollectionBase abstract : Microsoft::Web::Administration::ConfigurationElement, System::Collections::Generic::IEnumerable<T>, System::Collections::ICollection
public abstract class ConfigurationElementCollectionBase<T> : Microsoft.Web.Administration.ConfigurationElement, System.Collections.Generic.IEnumerable<T>, System.Collections.ICollection where T : ConfigurationElement
type ConfigurationElementCollectionBase<'T (requires 'T :> ConfigurationElement)> = class
inherit ConfigurationElement
interface ICollection
interface seq<'T (requires 'T :> ConfigurationElement)>
interface IEnumerable
Public MustInherit Class ConfigurationElementCollectionBase(Of T)
Inherits ConfigurationElement
Implements ICollection, IEnumerable(Of T)
類型參數
- T
- 繼承
- 衍生
- 實作
備註
類別 ConfigurationElementCollectionBase<T> 可讓您設定和管理組態專案的集合。
您可以使用整數索引來存取此集合中的專案。 此集合中的索引是以零起始。
重要
此基類可供實作者更輕鬆地建立自訂群組態專案集合。 這個類別標示為抽象;因此,無法直接建立這個類別的實例。
建構函式
ConfigurationElementCollectionBase<T>() |
初始化 ConfigurationElementCollectionBase<T> 類別的新的空執行個體。 |
屬性
AllowsAdd |
取得值,指出專案名稱是否 |
AllowsClear |
取得值,指出專案名稱是否 |
AllowsRemove |
取得值,指出專案名稱是否 |
Attributes |
取得組態屬性集合,其中包含這個專案的屬性清單。 (繼承來源 ConfigurationElement) |
ChildElements |
取得目前專案的所有子專案。 (繼承來源 ConfigurationElement) |
Count |
取得集合中的項目數目。 |
ElementTagName |
提供組態專案強型別集合的抽象基類。 (繼承來源 ConfigurationElement) |
IsLocallyStored |
取得值,指出組態專案是否儲存在特定組態檔中。 (繼承來源 ConfigurationElement) |
Item[Int32] |
取得位於指定索引處的組態專案。 |
Item[String] |
取得或設定具有指定名稱的屬性。 (繼承來源 ConfigurationElement) |
Methods |
取得組態專案的方法集合。 (繼承來源 ConfigurationElement) |
RawAttributes |
提供組態專案強型別集合的抽象基類。 (繼承來源 ConfigurationElement) |
Schema |
取得描述組態專案集合的架構。 |
方法
明確介面實作
ICollection.CopyTo(Array, Int32) |
從特定的陣列索引開始,將集合的項目複製到陣列。 |
ICollection.Count |
提供組態專案強型別集合的抽象基類。 |
ICollection.IsSynchronized |
提供組態專案強型別集合的抽象基類。 |
ICollection.SyncRoot |
提供組態專案強型別集合的抽象基類。 |
IEnumerable.GetEnumerator() |
傳回逐一查看集合的列舉值。 |