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のオブジェクトを取得するには、 クラスのアクセサーを使用します。

適用対象