Share via


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 會使用此函式。 它不適合在您的程式碼中使用。

適用於