SettingElementCollection.Add(SettingElement) Method

Definition

Adds a SettingElement object to the collection.

public:
 void Add(System::Configuration::SettingElement ^ element);
public void Add (System.Configuration.SettingElement element);
member this.Add : System.Configuration.SettingElement -> unit
Public Sub Add (element As SettingElement)

Parameters

element
SettingElement

The SettingElement object to add to the collection.

Applies to