ConfigurationAttributeSchemaCollection.Item[] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクションから指定された構成属性スキーマを取得します。
オーバーロード
Item[Int32] |
指定したインデックス位置にある指定した構成属性スキーマを取得します。 |
Item[String] |
指定した名前を持つ指定した構成属性スキーマを取得します。 |
Item[Int32]
指定したインデックス位置にある指定した構成属性スキーマを取得します。
public:
property Microsoft::Web::Administration::ConfigurationAttributeSchema ^ default[int] { Microsoft::Web::Administration::ConfigurationAttributeSchema ^ get(int index); };
public Microsoft.Web.Administration.ConfigurationAttributeSchema this[int index] { get; }
member this.Item(int) : Microsoft.Web.Administration.ConfigurationAttributeSchema
Default Public ReadOnly Property Item(index As Integer) As ConfigurationAttributeSchema
パラメーター
- index
- Int32
取得する ConfigurationAttributeSchema オブジェクトのインデックス。
プロパティ値
ConfigurationAttributeSchema指定したインデックス位置にある オブジェクト.
注釈
プロパティのオーバーロードを使用して、 Item[] コレクション内の特定 ConfigurationAttributeSchema のオブジェクトを返すことができます。 このオーバーロードは、コレクション インデックスによってコレクション内の特定のスキーマを返します。
適用対象
Item[String]
指定した名前を持つ指定した構成属性スキーマを取得します。
public:
property Microsoft::Web::Administration::ConfigurationAttributeSchema ^ default[System::String ^] { Microsoft::Web::Administration::ConfigurationAttributeSchema ^ get(System::String ^ name); };
public Microsoft.Web.Administration.ConfigurationAttributeSchema this[string name] { get; }
member this.Item(string) : Microsoft.Web.Administration.ConfigurationAttributeSchema
Default Public ReadOnly Property Item(name As String) As ConfigurationAttributeSchema
パラメーター
- name
- String
取得する ConfigurationAttributeSchema オブジェクトの名前。
プロパティ値
ConfigurationAttributeSchema指定した名前を持つ オブジェクト。
注釈
プロパティのオーバーロードを使用して、 Item[] コレクション内の特定 ConfigurationAttributeSchema のオブジェクトを返すことができます。 このオーバーロードは、コレクション内の特定のスキーマを名前で返します。 特定のモジュールは、比較される文字列の大文字と小文字を無視する文字列比較を実行します。