共用方式為


ConfigurationElementSchemaCollection 類別

定義

表示 ConfigurationElementSchema 物件的集合。

public ref class ConfigurationElementSchemaCollection sealed : System::Collections::Generic::IEnumerable<Microsoft::Web::Administration::ConfigurationElementSchema ^>, System::Collections::ICollection
public sealed class ConfigurationElementSchemaCollection : System.Collections.Generic.IEnumerable<Microsoft.Web.Administration.ConfigurationElementSchema>, System.Collections.ICollection
type ConfigurationElementSchemaCollection = class
    interface seq<ConfigurationElementSchema>
    interface ICollection
    interface IEnumerable
Public NotInheritable Class ConfigurationElementSchemaCollection
Implements ICollection, IEnumerable(Of ConfigurationElementSchema)
繼承
ConfigurationElementSchemaCollection
實作

備註

使用 類別 ConfigurationElementSchemaCollection 逐一查看 物件的集合 ConfigurationElementSchema

屬性

Count

取得這個組態專案架構集合中的組態專案架構數目。

Item[Int32]

取得位於指定索引處的指定組態專案架構。

Item[String]

取得具有指定名稱的指定組態專案架構。

方法

GetEnumerator()

傳回逐一查看組態專案架構集合的泛型列舉值。

明確介面實作

ICollection.CopyTo(Array, Int32)

複製集合的項目至陣列。

ICollection.IsSynchronized

表示 ConfigurationElementSchema 物件的集合。

ICollection.SyncRoot

表示 ConfigurationElementSchema 物件的集合。

IEnumerable.GetEnumerator()

傳回逐一查看組態屬性集合的列舉值。

適用於