다음을 통해 공유


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 어셈블리 이름, 버전, 문화권 및 공개 키 토큰을 지정합니다.

적용 대상