NamedCustomTypeDescriptor.GetEvents 方法

定义

重载

GetEvents()
GetEvents(Attribute[])

GetEvents()

public:
 virtual System::ComponentModel::EventDescriptorCollection ^ GetEvents();
public System.ComponentModel.EventDescriptorCollection GetEvents ();
Public Function GetEvents () As EventDescriptorCollection

返回

EventDescriptorCollection

实现

适用于

GetEvents(Attribute[])

public:
 virtual System::ComponentModel::EventDescriptorCollection ^ GetEvents(cli::array <Attribute ^> ^ attributes);
public System.ComponentModel.EventDescriptorCollection GetEvents (Attribute[] attributes);
Public Function GetEvents (attributes As Attribute()) As EventDescriptorCollection

参数

attributes
Attribute[]

返回

EventDescriptorCollection

实现

适用于