Język

DynamicActivity<TResult>.ICustomTypeDescriptor.GetEvents Metoda

Definicja

Zwraca kolekcję zdarzeń działania dynamicznego.

Przeciążenia

Nazwa Opis
ICustomTypeDescriptor.GetEvents()

Zwraca kolekcję zdarzeń działania dynamicznego.

ICustomTypeDescriptor.GetEvents(Attribute[])

Zwraca kolekcję zdarzeń działania dynamicznego przy użyciu określonej tablicy atrybutów jako filtru.

ICustomTypeDescriptor.GetEvents()

Zwraca kolekcję zdarzeń działania dynamicznego.

 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

Zwraca

Kolekcja zdarzeń.

Implementuje

Uwagi

Ten element członkowski jest jawną implementacją składową interfejsu. Można go używać tylko wtedy, gdy DynamicActivity<TResult> wystąpienie jest rzutowanie do interfejsu ICustomTypeDescriptor .

Dotyczy

ICustomTypeDescriptor.GetEvents(Attribute[])

Zwraca kolekcję zdarzeń działania dynamicznego przy użyciu określonej tablicy atrybutów jako filtru.

 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

Parametry

attributes
Attribute[]

Tablica, której można użyć jako filtru.

Zwraca

Kolekcja zdarzeń, które są zgodne z określonymi atrybutami.

Implementuje

Uwagi

Ten element członkowski jest jawną implementacją składową interfejsu. Można go używać tylko wtedy, gdy DynamicActivity<TResult> wystąpienie jest rzutowanie do interfejsu ICustomTypeDescriptor .

Dotyczy