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

Note

這個建構子被 ASP.NET 用來解析頁面並建立控制階層。 它並非用於你的程式碼。

適用於