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<System.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 : System.ComponentModel.EventDescriptorCollection
Retourne les événements correspondant à cette instance d'un composant.
Implémentations
ICustomTypeDescriptor.GetEvents(array<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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
AdoDotNetConnectionProperties Classe
Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms