NamedCustomTypeDescriptor.GetEvents Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| GetEvents() | |
| GetEvents(Attribute[]) |
GetEvents()
public:
virtual System::ComponentModel::EventDescriptorCollection ^ GetEvents();
public System.ComponentModel.EventDescriptorCollection GetEvents ();
Public Function GetEvents () As EventDescriptorCollection
Restituisce
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[]