Configuration.GetSectionGroup(String) 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.
Gets the specified ConfigurationSectionGroup object.
public:
System::Configuration::ConfigurationSectionGroup ^ GetSectionGroup(System::String ^ sectionGroupName);
public System.Configuration.ConfigurationSectionGroup GetSectionGroup (string sectionGroupName);
member this.GetSectionGroup : string -> System.Configuration.ConfigurationSectionGroup
Public Function GetSectionGroup (sectionGroupName As String) As ConfigurationSectionGroup
Parameters
- sectionGroupName
- String
The path name of the ConfigurationSectionGroup to return.
Returns
The ConfigurationSectionGroup specified, or null
if the requested section group does not exist.
Remarks
Use the GetSectionGroup method to obtain a specific ConfigurationSectionGroup from a Configuration object.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET