ConfigurationLocationCollection.Item[Int32] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したインデックス位置にある 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のオブジェクトを取得するには、 クラスのアクセサーを使用します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET