Share via


DataConnectionProperties.ICustomTypeDescriptor.GetProperties, méthode (array<Attribute )

Récupère les propriétés de l'instance spécifiée d'un composant à l'aide de la matrice d'attribut comme filtre.

Espace de noms :  Microsoft.VisualStudio.Data
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

Valeur de retour

Type : System.ComponentModel.PropertyDescriptorCollection
Retourne un tableau de type Attribute qui représente les propriétés filtrées pour cette instance du composant.

Implémentations

ICustomTypeDescriptor.GetProperties(array<Attribute[])

Notes

Cette méthode fournit une implémentation de la méthode d' GetProperties .Pour plus d'informations sur la méthode d' GetProperties(System.Attribute[]) dans la bibliothèque de classes d' .NET Framework .

Sécurité .NET Framework

Voir aussi

Référence

DataConnectionProperties Classe

GetProperties, surcharge

Microsoft.VisualStudio.Data, espace de noms