AttachedPropertyBrowsableForTypeAttribute.TargetType 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 di base che definisce l'ambito dell'uso della proprietà associata in cui si applica questo attributo .NET Framework.
public:
property Type ^ TargetType { Type ^ get(); };
public Type TargetType { get; }
member this.TargetType : Type
Public ReadOnly Property TargetType As Type
Valore della proprietà
Oggetto Type richiesto.
Commenti
Questa proprietà è impostata solo tramite la dichiarazione di attributo .NET Framework esposta dal AttachedPropertyBrowsableForTypeAttribute costruttore.