Share via


ControlBuilderAttribute(Type) コンストラクター

定義

カスタム コントロールのコントロール ビルダーを指定します。

public:
 ControlBuilderAttribute(Type ^ builderType);
public ControlBuilderAttribute (Type builderType);
new System.Web.UI.ControlBuilderAttribute : Type -> System.Web.UI.ControlBuilderAttribute
Public Sub New (builderType As Type)

パラメーター

builderType
Type

コントロール ビルダーの種類。

注釈

コントロール ビルダー型とカスタム コントロールの関連付けは、カスタム コントロール ビルダー クラスの前に次の属性定義を付けることで取得されます。

[ControlBuilderAttribute(typeof(controlbuildertype))]  

適用対象