SettingsPropertyValueCollection.Add(SettingsPropertyValue) Méthode

Définition

Ajoute un objet SettingsPropertyValue à 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é faite pour ajouter un élément à la collection, mais cette dernière était marquée en lecture seule.

S’applique à