FileLevelControlBuilderAttribute(Type) 생성자

정의

FileLevelControlBuilderAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 FileLevelControlBuilderAttribute(Type ^ builderType);
public FileLevelControlBuilderAttribute (Type builderType);
new System.Web.UI.FileLevelControlBuilderAttribute : Type -> System.Web.UI.FileLevelControlBuilderAttribute
Public Sub New (builderType As Type)

매개 변수

builderType
Type

파일 구문 분석 시 사용되는 컨트롤 작성기의 Type입니다.

설명

이 생성자의 새 인스턴스를 사용 하 여 FileLevelControlBuilderAttribute 클래스입니다.

참고

페이지를 구문 분석할 때 ASP.NET에서이 생성자는 컨트롤 계층 구조를 만들고 있습니다. 사용자 코드에서 사용할 수 없습니다.

적용 대상