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 物件。

適用於