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 사용됩니다. 코드에서 사용할 수 없습니다.

적용 대상