ServiceModelActivationSectionGroup.GetSectionGroup(Configuration) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die System.ServiceModel.Activation
-Konfigurationsabschnittsgruppe aus der angegebenen Konfigurationsdatei ab.
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
Parameter
- config
- Configuration
Eine Configuration, die eine Konfigurationsdatei darstellt.
Gibt zurück
Ein ServiceModelActivationSectionGroup, der die System.ServiceModel.Activation
-Einstellungen in der Konfigurationsdatei darstellt.
Hinweise
Sie können diese Methode verwenden, um die Konfigurationseinstellungen für die Aktivierung aus einer Konfigurationsdatei zu extrahieren.