DependencyPropertyDescriptor.ComponentType Proprietà

Definizione

Ottiene il tipo del componente a cui è associata questa proprietà.

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 è associata questa proprietà. Quando GetValue(Object) o SetValue(Object, Object) vengono richiamati, l'oggetto specificato potrebbe essere un'istanza di questo tipo.

Commenti

Questa proprietà si basa sull'oggetto sottostante PropertyDescriptor.

Si applica a