DependencyPropertyDescriptor.ComponentType Proprietà

Definizione

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.

Si applica a