FileLevelControlBuilderAttribute(Type) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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)
参数
注解
使用此构造函数创建类的新实例 FileLevelControlBuilderAttribute 。
注释
分析页面和创建控件层次结构时,ASP.NET 使用此构造函数。 它不适合在代码中使用。