DataConnectionProperties.ICustomTypeDescriptor.GetProperties, méthode (array<Attribute[])
Récupère les propriétés de l'instance spécifiée d'un composant, en utilisant le tableau d'attribut comme filtre.
Espace de noms : Microsoft.VisualStudio.Data.Framework
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.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
Collection de descripteur les propriétés actuellement connues qui correspondent à un ensemble spécifié d'attributs.
Implémentations
ICustomTypeDescriptor.GetProperties(Attribute)
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.