WebPartMenuStyle.ICustomTypeDescriptor.GetEvents 方法

定义

返回此组件实例的事件。 此方法实现重载的 GetEvents 方法。

重载

ICustomTypeDescriptor.GetEvents()

返回此组件实例的事件。 此方法实现 GetEvents() 重载方法。

ICustomTypeDescriptor.GetEvents(Attribute[])

使用指定的属性数组作为筛选器,返回此组件实例的事件。 此方法实现 GetEvents(Attribute[]) 重载方法。

ICustomTypeDescriptor.GetEvents()

返回此组件实例的事件。 此方法实现 GetEvents() 重载方法。

 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,表示此对象的事件。

实现

注解

此成员是显式接口成员的实现。 它只能在 WebPartMenuStyle 实例被强制转换为 ICustomTypeDescriptor 接口时使用。

另请参阅

适用于

ICustomTypeDescriptor.GetEvents(Attribute[])

使用指定的属性数组作为筛选器,返回此组件实例的事件。 此方法实现 GetEvents(Attribute[]) 重载方法。

 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[]

用作筛选器的类型 Attribute 的数组。

返回

EventDescriptorCollection,表示筛选出的此对象的事件。

实现

另请参阅

适用于