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