DataConnectionProperties.ICustomTypeDescriptor.GetEvents Methode

Definition

Überlädt

ICustomTypeDescriptor.GetEvents(Attribute[])

Ruft die Ereignisse für diese Instanz einer Komponente ab, wobei das angegebene Attribut Array als Filter verwendet wird.

ICustomTypeDescriptor.GetEvents()

Ruft die Ereignisse für die angegebene Instanz einer Komponente ab.

ICustomTypeDescriptor.GetEvents(Attribute[])

Ruft die Ereignisse für diese Instanz einer Komponente ab, wobei das angegebene Attribut Array als Filter verwendet wird.

 virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents (Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
Function GetEvents (attributes As Attribute()) As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents

Parameter

attributes
Attribute[]

Ein Array vom Typ Attribute , das als Filter verwendet wird.

Gibt zurück

EventDescriptorCollection

Eine-Auflistung, EventDescriptorCollection die die gefilterten Ereignisse für die angegebene Komponenteninstanz darstellt.

Implementiert

Gilt für

ICustomTypeDescriptor.GetEvents()

Ruft die Ereignisse für die angegebene Instanz einer Komponente ab.

 virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents() = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
Function GetEvents () As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents

Gibt zurück

EventDescriptorCollection

Ein- EventDescriptorCollection Objekt, das die Ereignisse für die angegebene Komponenteninstanz darstellt.

Implementiert

Gilt für