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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.