NamedCustomTypeDescriptor.GetEvents Metodo

Definizione

Overload

GetEvents()
GetEvents(Attribute[])

GetEvents()

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

Restituisce

EventDescriptorCollection

Implementazioni

Si applica a

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

Parametri

attributes
Attribute[]

Restituisce

EventDescriptorCollection

Implementazioni

Si applica a