ConfigurationSectionGroupCollection.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a ConfigurationSectionGroup object to this ConfigurationSectionGroupCollection object.
public:
void Add(System::String ^ name, System::Configuration::ConfigurationSectionGroup ^ sectionGroup);
public void Add (string name, System.Configuration.ConfigurationSectionGroup sectionGroup);
member this.Add : string * System.Configuration.ConfigurationSectionGroup -> unit
Public Sub Add (name As String, sectionGroup As ConfigurationSectionGroup)
Parameters
- name
- String
The name of the ConfigurationSectionGroup object to be added.
- sectionGroup
- ConfigurationSectionGroup
The ConfigurationSectionGroup object to be added.
Remarks
By default, this method adds the specified ConfigurationSectionGroup object if it is not already contained within the collection.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.