SettingsPropertyValueCollection.Add(SettingsPropertyValue) Méthode

Définition

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

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.

S’applique à