ServiceModelActivationSectionGroup.GetSectionGroup(Configuration) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee haalt u de System.ServiceModel.Activation configuratiesectiegroep op uit het opgegeven configuratiebestand.
public:
static System::ServiceModel::Activation::Configuration::ServiceModelActivationSectionGroup ^ GetSectionGroup(System::Configuration::Configuration ^ config);
public static System.ServiceModel.Activation.Configuration.ServiceModelActivationSectionGroup GetSectionGroup(System.Configuration.Configuration config);
static member GetSectionGroup : System.Configuration.Configuration -> System.ServiceModel.Activation.Configuration.ServiceModelActivationSectionGroup
Public Shared Function GetSectionGroup (config As Configuration) As ServiceModelActivationSectionGroup
Parameters
- config
- Configuration
Een Configuration die een configuratiebestand vertegenwoordigt.
Retouren
Een ServiceModelActivationSectionGroup die de System.ServiceModel.Activation instellingen in het configuratiebestand vertegenwoordigt.
Opmerkingen
U kunt deze methode gebruiken om de configuratie-instellingen voor activering uit een configuratiebestand te extraheren.