AttachedPropertyBrowsableWhenAttributePresentAttribute.AttributeType Propiedad

Definición

Obtiene el tipo del atributo .NET que también se debe aplicar en una clase .

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

Valor de propiedad

Tipo de atributo .NET.

Comentarios

El valor de AttributeType solo se puede establecer mediante el parámetro attributeType del constructor de atributos AttachedPropertyBrowsableWhenAttributePresentAttribute .NET.

Se aplica a