EventDescriptor.ComponentType Eigenschaft

Definition

Wenn sie in einer abgeleiteten Klasse überschrieben wird, ruft der Typ der Komponente ab, an die dieses Ereignis gebunden ist.

public:
 abstract property Type ^ ComponentType { Type ^ get(); };
public abstract Type ComponentType { get; }
member this.ComponentType : Type
Public MustOverride ReadOnly Property ComponentType As Type

Eigenschaftswert

A Type that represents the type of component the event is bound to.

Hinweise

In der Regel wird diese Eigenschaft durch Spiegelung implementiert.

Gilt für:

Weitere Informationen