AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetProperties, méthode (array<Attribute[])
Récupère les propriétés de l'instance spécifiée d'un composant à l'aide du tableau d'attribut comme filtre.
Espace de noms : Microsoft.VisualStudio.Data.AdoDotNet
Assembly : Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)
Syntaxe
'Déclaration
Private Function GetProperties ( _
attributes As Attribute() _
) As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(
Attribute[] attributes
)
private:
virtual PropertyDescriptorCollection^ GetProperties(
array<Attribute^>^ attributes
) sealed = ICustomTypeDescriptor::GetProperties
private abstract GetProperties :
attributes:Attribute[] -> PropertyDescriptorCollection
private override GetProperties :
attributes:Attribute[] -> PropertyDescriptorCollection
JScript ne prend pas en charge les implémentations d'interfaces explicites.
Paramètres
attributes
Type : array<Attribute[]Un tableau de type Attribute utilisé comme un filtre pour définir les propriétés à retourner.
Valeur de retour
Type : PropertyDescriptorCollection
Retourne un tableau de type Attribute qui représente les propriétés filtrées pour cette instance composant.
Implémentations
ICustomTypeDescriptor.GetProperties(Attribute)
Notes
Cette méthode fournit une implémentation de la méthode GetProperties. Pour plus d'informations consultez la méthode GetProperties dans la bibliothèque de classes d'.NET Framework.
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.