DependencyPropertyDescriptor.ComponentType 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 componente a cui è associata la proprietà in questione.
public:
virtual property Type ^ ComponentType { Type ^ get(); };
public override Type ComponentType { get; }
member this.ComponentType : Type
Public Overrides ReadOnly Property ComponentType As Type
Valore della proprietà
Oggetto Type che rappresenta il tipo di componente a cui questa proprietà è associata. Quando vengono richiamati GetValue(Object) o SetValue(Object, Object), l'oggetto specificato potrebbe essere un'istanza di questo tipo.
Commenti
Questa proprietà si basa sull'oggetto sottostante PropertyDescriptor.