ConfigurationChildElementCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示相關子組態專案的集合。
public ref class ConfigurationChildElementCollection sealed : System::Collections::Generic::IEnumerable<Microsoft::Web::Administration::ConfigurationElement ^>, System::Collections::ICollection
public sealed class ConfigurationChildElementCollection : System.Collections.Generic.IEnumerable<Microsoft.Web.Administration.ConfigurationElement>, System.Collections.ICollection
type ConfigurationChildElementCollection = class
interface ICollection
interface seq<ConfigurationElement>
interface IEnumerable
Public NotInheritable Class ConfigurationChildElementCollection
Implements ICollection, IEnumerable(Of ConfigurationElement)
- 繼承
-
ConfigurationChildElementCollection
- 實作
屬性
Count |
取得集合中的子組態專案數目。 |
Item[Int32] |
取得位於指定索引處的指定組態專案。 |
Item[String] |
取得具有指定名稱的指定組態專案。 |
方法
GetEnumerator() |
傳回泛型列舉值,逐一查看組態子專案的集合。 |
明確介面實作
ICollection.CopyTo(Array, Int32) |
將集合複製到陣列。 |
ICollection.IsSynchronized |
表示相關子組態專案的集合。 |
ICollection.SyncRoot |
表示相關子組態專案的集合。 |
IEnumerable.GetEnumerator() |
傳回逐一查看組態子專案集合的列舉值。 |