Partager via


TargetControlTypeAttribute(Type) Constructeur

Définition

Initialise une nouvelle instance de la classe TargetControlTypeAttribute.

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

Paramètres

targetControlType
Type

Type du contrôle cible.

Exceptions

targetControlType a la valeur null.

S’applique à