SettingsPropertyCollection.Item[String] プロパティ

定義

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

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

パラメーター

name
String

SettingsProperty オブジェクトの名前。

プロパティ値

指定した nameSettingsProperty オブジェクト。

適用対象