AttachedPropertyBrowsableWhenAttributePresentAttribute.AttributeType Propiedad

Definición

Obtiene el tipo del atributo de .NET Framework 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

El tipo de atributo de .NET Framework.

Comentarios

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

Se aplica a