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 在分析页和创建控件层次结构时使用。 它不应在代码中使用。

适用于