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