AttachedPropertyBrowsableWhenAttributePresentAttribute.AttributeType Proprietà

Definizione

Ottiene il tipo dell'attributo .NET Framework che deve essere applicato anche a una classe.

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

Valore della proprietà

Tipo di attributo .NET Framework.

Commenti

Il AttributeType valore può essere impostato solo tramite il attributeType parametro del costruttore dell'attributo AttachedPropertyBrowsableWhenAttributePresentAttribute .NET Framework.

Si applica a