TargetControlTypeAttribute(Type) Construtor

Definição

Inicializa uma nova instância da 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)

Parâmetros

targetControlType
Type

O tipo de controle de destino.

Exceções

targetControlType é null.

Aplica-se a