TargetControlTypeAttribute(Type) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

targetControlType
Type

Tipo del control de destino.

Excepciones

targetControlType es null.

Se aplica a