CustomTypeDescriptor.GetEventsFromRegisteredType 方法

定义

返回事件描述符的集合

表示此类型描述符的对象。

public:
 virtual System::ComponentModel::EventDescriptorCollection ^ GetEventsFromRegisteredType();
public virtual System.ComponentModel.EventDescriptorCollection GetEventsFromRegisteredType();
abstract member GetEventsFromRegisteredType : unit -> System.ComponentModel.EventDescriptorCollection
override this.GetEventsFromRegisteredType : unit -> System.ComponentModel.EventDescriptorCollection
Public Overridable Function GetEventsFromRegisteredType () As EventDescriptorCollection

返回

EventDescriptorCollection包含此类型描述符表示的对象的事件描述符。

实现

适用于