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 对象。

适用于