IComNativeDescriptorHandler.GetEvents Methode

Definition

Ruft die Ereignisse für die angegebene Komponente ab.

Überlädt

GetEvents(Object)

Ruft die Ereignisse für die angegebene Komponente ab.

GetEvents(Object, Attribute[])

Ruft die Ereignisse mit den angegebenen Attributen für die angegebene Komponente ab.

GetEvents(Object)

Ruft die Ereignisse für die angegebene Komponente ab.

public:
 System::ComponentModel::EventDescriptorCollection ^ GetEvents(System::Object ^ component);
public System.ComponentModel.EventDescriptorCollection GetEvents (object component);
abstract member GetEvents : obj -> System.ComponentModel.EventDescriptorCollection
Public Function GetEvents (component As Object) As EventDescriptorCollection

Parameter

component
Object

Die Komponente, für die die Ereignisse abgerufen werden sollen.

Gibt zurück

Eine Auflistung von Ereignisdeskriptoren für component.

Hinweise

Hinweis

Diese API ist jetzt veraltet. Die nicht veraltete Alternative ist ComObjectType.

Gilt für:

GetEvents(Object, Attribute[])

Ruft die Ereignisse mit den angegebenen Attributen für die angegebene Komponente ab.

public:
 System::ComponentModel::EventDescriptorCollection ^ GetEvents(System::Object ^ component, cli::array <Attribute ^> ^ attributes);
public System.ComponentModel.EventDescriptorCollection GetEvents (object component, Attribute[] attributes);
public System.ComponentModel.EventDescriptorCollection GetEvents (object component, Attribute[]? attributes);
abstract member GetEvents : obj * Attribute[] -> System.ComponentModel.EventDescriptorCollection
Public Function GetEvents (component As Object, attributes As Attribute()) As EventDescriptorCollection

Parameter

component
Object

Die Komponente, für die die Ereignisse abgerufen werden sollen.

attributes
Attribute[]

Die Attribute, mit denen Ereignisse gefiltert werden.

Gibt zurück

Eine Auflistung von Ereignisdeskriptoren für component.

Hinweise

Hinweis

Diese API ist jetzt veraltet. Die nicht veraltete Alternative ist ComObjectType.

Gilt für: