EventDescriptor.ComponentType Proprietà

Definizione

Quando è sottoposto a override in una classe derivata, consente di ottenere il tipo di componente a cui l'evento è associato.

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

Valore della proprietà

Un oggetto Type che rappresenta il tipo di componente a cui l'evento è associato.

Commenti

In genere, questa proprietà viene implementata tramite reflection.

Si applica a

Vedi anche