DependencyPropertyDescriptor.ComponentType Eigenschaft

Definition

Ruft den Typ der Komponente ab, an die diese Eigenschaft gebunden ist.

public:
 virtual property Type ^ ComponentType { Type ^ get(); };
public override Type ComponentType { get; }
member this.ComponentType : Type
Public Overrides ReadOnly Property ComponentType As Type

Eigenschaftswert

A Type that represents the type of component this property is bound to. Wenn GetValue(Object) das angegebene Objekt aufgerufen oder SetValue(Object, Object) aufgerufen wird, kann es sich bei dem angegebenen Objekt um eine Instanz dieses Typs handeln.

Hinweise

Diese Eigenschaft basiert auf dem zugrunde liegenden PropertyDescriptor.

Gilt für: