DynamicActivity.ICustomTypeDescriptor.GetEvents 方法

定义

返回动态活动的事件集合。Returns the collection of events of the dynamic activity.

重载

ICustomTypeDescriptor.GetEvents()

返回动态活动的事件集合。Returns the collection of events of the dynamic activity.

ICustomTypeDescriptor.GetEvents(Attribute[])

通过将指定的特性数组用作筛选器来返回动态活动的事件的集合。Returns the collection of events of the dynamic activity using a specified array of attributes as a filter.

ICustomTypeDescriptor.GetEvents()

返回动态活动的事件集合。Returns the collection of events of the dynamic activity.

 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

返回

EventDescriptorCollection

事件的集合。The collection of events.

实现

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 DynamicActivity 实例被强制转换为 ICustomTypeDescriptor 接口时使用。It can be used only when the DynamicActivity instance is cast to an ICustomTypeDescriptor interface.

适用于

ICustomTypeDescriptor.GetEvents(Attribute[])

通过将指定的特性数组用作筛选器来返回动态活动的事件的集合。Returns the collection of events of the dynamic activity using a specified array of attributes as a filter.

 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

参数

attributes
Attribute[]

可以用作筛选器的数组。An array that you can use as a filter.

返回

EventDescriptorCollection

与指定特性匹配的事件的集合。The collection of events that match the specified attributes.

实现

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 DynamicActivity 实例被强制转换为 ICustomTypeDescriptor 接口时使用。It can be used only when the DynamicActivity instance is cast to an ICustomTypeDescriptor interface.

适用于