ConfigurationPropertyCollection.Item[String] プロパティ

定義

指定した名前を持つコレクション項目を取得します。

public:
 property System::Configuration::ConfigurationProperty ^ default[System::String ^] { System::Configuration::ConfigurationProperty ^ get(System::String ^ name); };
public System.Configuration.ConfigurationProperty this[string name] { get; }
member this.Item(string) : System.Configuration.ConfigurationProperty
Default Public ReadOnly Property Item(name As String) As ConfigurationProperty

パラメーター

name
String

返される ConfigurationProperty

プロパティ値

指定した ConfigurationPropertyname

Count プロパティを使用する方法を次の例に示します。

適用対象

こちらもご覧ください