Sdílet prostřednictvím


Interop.ICustomTypeDescriptor.GetEvents Metoda

Definice

Vrátí kolekci událostí pro obsažený Activityobjekt .

Přetížení

ICustomTypeDescriptor.GetEvents()

Vrátí kolekci událostí pro obsažený Activityobjekt .

ICustomTypeDescriptor.GetEvents(Attribute[])

Vrátí kolekci událostí obsažených Activity pomocí zadaného pole atributů jako filtru.

ICustomTypeDescriptor.GetEvents()

Vrátí kolekci událostí pro obsažený Activityobjekt .

 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

Návraty

Kolekce událostí.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že Interop je instance přetypovaná na ICustomTypeDescriptor rozhraní.

Platí pro

ICustomTypeDescriptor.GetEvents(Attribute[])

Vrátí kolekci událostí obsažených Activity pomocí zadaného pole atributů 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[]

Atributy použité k filtrování vrácených událostí.

Návraty

Kolekce událostí pro obsažený objekt Activity.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že Interop je instance přetypovaná na ICustomTypeDescriptor rozhraní.

Platí pro