次の方法で共有


ConfigurationAuthenticationModuleService.GetSection(Type) メソッド

定義

現在のアプリケーションの既定の構成ファイルからセクションを取得します。

protected:
 Microsoft::Web::Administration::ConfigurationSection ^ GetSection(Type ^ type);
protected Microsoft.Web.Administration.ConfigurationSection GetSection (Type type);
member this.GetSection : Type -> Microsoft.Web.Administration.ConfigurationSection

パラメーター

type
Type

構成セクションの種類。

戻り値

指定された ConfigurationSection オブジェクトです。

注釈

このメソッドは、指定した型を ConfigurationSection 使用して オブジェクトを取得します。 構成セクションでは、便宜上、同様の構成要素をグループ化します。

パラメーターは type 、アセンブリ名、バージョン、カルチャ、および公開キー トークンを指定します。

適用対象