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 。
Note
這個建構子被 ASP.NET 用來解析頁面並建立控制階層。 它並非用於你的程式碼。