ConfigurationAttributeSchemaCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ConfigurationAttributeSchema オブジェクトのコレクションを表します。
public ref class ConfigurationAttributeSchemaCollection sealed : System::Collections::Generic::IEnumerable<Microsoft::Web::Administration::ConfigurationAttributeSchema ^>, System::Collections::ICollection
public sealed class ConfigurationAttributeSchemaCollection : System.Collections.Generic.IEnumerable<Microsoft.Web.Administration.ConfigurationAttributeSchema>, System.Collections.ICollection
type ConfigurationAttributeSchemaCollection = class
interface seq<ConfigurationAttributeSchema>
interface ICollection
interface IEnumerable
Public NotInheritable Class ConfigurationAttributeSchemaCollection
Implements ICollection, IEnumerable(Of ConfigurationAttributeSchema)
- 継承
-
ConfigurationAttributeSchemaCollection
- 実装
注釈
クラスを ConfigurationAttributeSchemaCollection 使用して、 オブジェクトの ConfigurationAttributeSchema コレクションを反復処理します。
プロパティ
Count |
この構成属性スキーマ コレクション内の構成属性スキーマの数を取得します。 |
Item[Int32] |
指定したインデックス位置にある指定した構成属性スキーマを取得します。 |
Item[String] |
指定した名前を持つ指定した構成属性スキーマを取得します。 |
メソッド
GetEnumerator() |
構成属性スキーマ コレクションを反復処理するジェネリック列挙子を返します。 |
明示的なインターフェイスの実装
ICollection.CopyTo(Array, Int32) |
コレクションの要素を配列にコピーします。 |
ICollection.IsSynchronized |
ConfigurationAttributeSchema オブジェクトのコレクションを表します。 |
ICollection.SyncRoot |
ConfigurationAttributeSchema オブジェクトのコレクションを表します。 |
IEnumerable.GetEnumerator() |
構成属性コレクションを反復処理する列挙子を返します。 |