AttachedPropertyBrowsableWhenAttributePresentAttribute.AttributeType Propiedad

Definición

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

Tipo de atributo .NET Framework.

Comentarios

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

Se aplica a