ControlBuilderAttribute(Type) Oluşturucu

Tanım

Özel denetim için denetim oluşturucusunu belirtir.

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

Parametreler

builderType
Type

Denetim oluşturucu türü.

Açıklamalar

Denetim oluşturucusu türünün özel denetimle ilişkisi, özel denetim oluşturucu sınıfının önüne aşağıdaki öznitelik tanımıyla eklenerek elde edilir:

[ControlBuilderAttribute(typeof(controlbuildertype))]  

Şunlara uygulanır