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