Compartilhar via


IDReferencePropertyAttribute.ReferencedControlType Propriedade

Definição

Obtém o tipo dos controles permitidos pela propriedade à qual o atributo IDReferencePropertyAttribute é aplicado.

public:
 property Type ^ ReferencedControlType { Type ^ get(); };
public Type ReferencedControlType { get; }
member this.ReferencedControlType : Type
Public ReadOnly Property ReferencedControlType As Type

Valor da propriedade

Type

Um Type que representa o tipo de controle permitido pela propriedade à qual a IDReferencePropertyAttribute propriedade é aplicada. O padrão é Control.

Aplica-se a