次の方法で共有


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()

構成属性コレクションを反復処理する列挙子を返します。

適用対象