AttachedPropertyBrowsableWhenAttributePresentAttribute.AttributeType Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.