SettingsPropertyCollection.Item[String] Propriété

Définition

Obtient l'élément de collection portant le nom spécifié.

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

Paramètres

name
String

Nom de l'objet SettingsProperty.

Valeur de propriété

Objet SettingsProperty avec le name spécifié.

S’applique à