SettingsPropertyValueCollection.Item[String] 屬性

定義

從集合中取得項目。

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

參數

name
String

SettingsPropertyValue 物件。

屬性值

具有指定之 nameSettingsPropertyValue 物件。

適用於