SettingsPropertyValueCollection.Add(SettingsPropertyValue) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute un SettingsPropertyValue objet à la collection.
public:
void Add(System::Configuration::SettingsPropertyValue ^ property);
public void Add(System.Configuration.SettingsPropertyValue property);
member this.Add : System.Configuration.SettingsPropertyValue -> unit
Public Sub Add (property As SettingsPropertyValue)
Paramètres
- property
- SettingsPropertyValue
Objet SettingsPropertyValue.
Exceptions
Une tentative a été effectuée pour ajouter un élément à la collection, mais la collection a été marquée comme étant en lecture seule.