言語

ConfigurationLocationCollection.Item[Int32] プロパティ

定義

指定したインデックス位置にある ConfigurationLocationCollection オブジェクトを取得します。

public:
 property System::Configuration::ConfigurationLocation ^ default[int] { System::Configuration::ConfigurationLocation ^ get(int index); };
public System.Configuration.ConfigurationLocation this[int index] { get; }
member this.Item(int) : System.Configuration.ConfigurationLocation
Default Public ReadOnly Property Item(index As Integer) As ConfigurationLocation

パラメーター

index
Int32

返す ConfigurationLocationCollection のインデックス位置。

プロパティ値

指定したインデックス位置にある ConfigurationLocationCollection

注釈

コレクション内のインデックスを指定してコレクションから特定のItem[] オブジェクトを取得するには、ConfigurationLocationCollection クラスのConfigurationLocation アクセサーを使用します。

適用対象