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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.