BindingsSection.GetSection(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 configuratie-instelling van een sectie op uit het opgegeven configuratiebestand.
public:
static System::ServiceModel::Configuration::BindingsSection ^ GetSection(System::Configuration::Configuration ^ config);
public static System.ServiceModel.Configuration.BindingsSection GetSection(System.Configuration.Configuration config);
static member GetSection : System.Configuration.Configuration -> System.ServiceModel.Configuration.BindingsSection
Public Shared Function GetSection (config As Configuration) As BindingsSection
Parameters
- config
- Configuration
Een configuratiebestand.
Retouren
A BindingsSection met de instellingen die zijn opgehaald uit het opgegeven bestand.
Uitzonderingen
config is null of leeg.