ConfigurationElementSchemaCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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() |
構成属性コレクションを反復処理する列挙子を返します。 |