다음을 통해 공유


ControlBuilderAttribute(Type) 생성자

정의

사용자 지정 컨트롤의 컨트롤 작성기를 지정합니다.

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

매개 변수

builderType
Type

컨트롤 작성기 유형입니다.

설명

앞에 다음 특성 정의 사용 하 여 사용자 지정 컨트롤 작성기 클래스에서 가져온 사용자 지정 컨트롤의 컨트롤 작성기 유형 연결:

[ControlBuilderAttribute(typeof(controlbuildertype))]  

적용 대상