DbConnectionStringBuilder.ICustomTypeDescriptor.GetEvents Méthode
Définition
Retourne les événements pour cette instance d’un composant.Returns the events for this instance of a component.
Surcharges
ICustomTypeDescriptor.GetEvents() |
Retourne les événements pour cette instance d’un composant.Returns the events for this instance of a component. |
ICustomTypeDescriptor.GetEvents(Attribute[]) |
Retourne les événements pour cette instance d’un composant à l’aide du tableau d’attributs spécifié comme filtre.Returns the events for this instance of a component using the specified attribute array as a filter. |
ICustomTypeDescriptor.GetEvents()
Retourne les événements pour cette instance d’un composant.Returns the events for this instance of a component.
virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents() = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents ();
Function GetEvents () As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents
Retours
EventDescriptorCollection qui représente les événements pour cette instance de composant.An EventDescriptorCollection that represents the events for this component instance.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite.This member is an explicit interface member implementation. Il peut uniquement être utilisé lorsque l'instance de DbConnectionStringBuilder est castée en interface ICustomTypeDescriptor.It can be used only when the DbConnectionStringBuilder instance is cast to an ICustomTypeDescriptor interface.
Pour plus d'informations, consultez GetEvents.For more information, see GetEvents.
Voir aussi
ICustomTypeDescriptor.GetEvents(Attribute[])
Retourne les événements pour cette instance d’un composant à l’aide du tableau d’attributs spécifié comme filtre.Returns the events for this instance of a component using the specified attribute array as a filter.
virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents (Attribute[] attributes);
Function GetEvents (attributes As Attribute()) As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents
Paramètres
- attributes
- Attribute[]
Tableau de type Attribute utilisé comme filtre.An array of type Attribute that is used as a filter.
Retours
EventDescriptorCollection qui représente les événements filtrés pour cette instance de composant.An EventDescriptorCollection that represents the filtered events for this component instance.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite.This member is an explicit interface member implementation. Il peut uniquement être utilisé lorsque l'instance de DbConnectionStringBuilder est castée en interface ICustomTypeDescriptor.It can be used only when the DbConnectionStringBuilder instance is cast to an ICustomTypeDescriptor interface.
Pour plus d'informations, consultez GetEvents.For more information, see GetEvents.