Share via


AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetEvents, méthode (array<Attribute[])

Pour obtenir une description de ce membre, consultez GetEvents.

Espace de noms :  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
Private Function GetEvents ( _
    attributes As Attribute() _
) As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents
EventDescriptorCollection ICustomTypeDescriptor.GetEvents(
    Attribute[] attributes
)
private:
virtual EventDescriptorCollection^ GetEvents(
    array<Attribute^>^ attributes
) sealed = ICustomTypeDescriptor::GetEvents
private abstract GetEvents : 
        attributes:Attribute[] -> EventDescriptorCollection  
private override GetEvents : 
        attributes:Attribute[] -> EventDescriptorCollection
JScript ne prend pas en charge les implémentations d'interfaces explicites.

Paramètres

  • attributes
    Type : array<Attribute[]

    Tableau d'attributs à utiliser comme filtre. Il peut s'agir de la valeur nullune référence null (Nothing en Visual Basic).

Valeur de retour

Type : EventDescriptorCollection
Retourne les événements correspondant à cette instance d'un composant.

Implémentations

ICustomTypeDescriptor.GetEvents(Attribute)

Notes

Ce membre est une implémentation d'un membre d'interface explicite. Il peut être utilisé uniquement lorsque le ConnectionStringBuilder est casté en une interface ICustomTypeDescriptor.

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetConnectionProperties Classe

GetEvents, surcharge

Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms