ControlBuilderAttribute(Type) Konstruktor

Definisi

Menentukan penyusun kontrol untuk kontrol kustom.

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

Parameter

builderType
Type

Jenis penyusun kontrol.

Keterangan

Asosiasi jenis penyusun kontrol dengan kontrol kustom diperoleh dengan mendahului kelas penyusun kontrol kustom dengan definisi atribut berikut:

[ControlBuilderAttribute(typeof(controlbuildertype))]  

Berlaku untuk