Aracılığıyla paylaş


ConfigurationSectionGroup.SectionGroups Özellik

Tanım

Bu ConfigurationSectionGroup nesnenin ConfigurationSectionGroup alt öğesi olan tüm nesneleri içeren bir ConfigurationSectionGroupCollection nesnesi alır.

public:
 property System::Configuration::ConfigurationSectionGroupCollection ^ SectionGroups { System::Configuration::ConfigurationSectionGroupCollection ^ get(); };
public System.Configuration.ConfigurationSectionGroupCollection SectionGroups { get; }
member this.SectionGroups : System.Configuration.ConfigurationSectionGroupCollection
Public ReadOnly Property SectionGroups As ConfigurationSectionGroupCollection

Özellik Değeri

ConfigurationSectionGroupCollection Bu ConfigurationSectionGroup nesnenin ConfigurationSectionGroup alt öğesi olan tüm nesneleri içeren bir nesne.

Örnekler

Aşağıdaki kod örneği özelliğine nasıl erişeceklerini SectionGroups gösterir. Bu, sınıfına genel bakış ConfigurationSectionGroup bölümünde sağlanan daha büyük bir örneğin bir parçasıdır.

ConfigurationSectionGroupCollection sectionGroups =
    sectionGroup.SectionGroups;
ShowSectionGroupCollectionInfo(sectionGroups);
Dim sectionGroups As ConfigurationSectionGroupCollection = _
    sectionGroup.SectionGroups
ShowSectionGroupCollectionInfo(sectionGroups)

Şunlara uygulanır

Ayrıca bkz.