TargetControlTypeAttribute(Type) Konstruktor

Definition

Initialisiert eine neue Instanz der TargetControlTypeAttribute-Klasse.

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

Parameter

targetControlType
Type

Der Typ des Zielsteuerelements.

Ausnahmen

targetControlType ist null.

Gilt für