AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetEvents 方法

定义

重载

ICustomTypeDescriptor.GetEvents(Attribute[])

有关此成员的说明,请参见 GetEvents()

ICustomTypeDescriptor.GetEvents()

有关此成员的说明,请参见 GetEvents()

ICustomTypeDescriptor.GetEvents(Attribute[])

有关此成员的说明,请参见 GetEvents()

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

用作筛选器的特性数组。 此项可为 null。

返回

EventDescriptorCollection

返回此组件实例的事件。

实现

适用于

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

返回此组件实例的事件。

实现

适用于