WebServicesSection.GetSection(Configuration) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取指定的組態區段。
public:
static System::Web::Services::Configuration::WebServicesSection ^ GetSection(System::Configuration::Configuration ^ config);
public static System.Web.Services.Configuration.WebServicesSection GetSection (System.Configuration.Configuration config);
static member GetSection : System.Configuration.Configuration -> System.Web.Services.Configuration.WebServicesSection
Public Shared Function GetSection (config As Configuration) As WebServicesSection
參數
- config
- Configuration
Configuration 物件,表示要擷取的區段。
傳回
WebServicesSection 物件,表示正在擷取的區段。
例外狀況
config
為 null
。