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

Extrait la collection de modèles des propriétés actuellement connues qui correspondent à un ensemble spécifié d'attributs.

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

Syntaxe

'Déclaration
Protected Function GetProperties ( _
    attributes As Attribute() _
) As PropertyDescriptorCollection
protected PropertyDescriptorCollection GetProperties(
    Attribute[] attributes
)
protected:
PropertyDescriptorCollection^ GetProperties(
    array<Attribute^>^ attributes
)
member GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 
protected function GetProperties(
    attributes : Attribute[]
) : PropertyDescriptorCollection

Paramètres

  • attributes
    Type : array<System.Attribute[]
    Un tableau de type Attribute utilisé comme un filtre pour définir les propriétés à retourner.

Valeur de retour

Type : System.ComponentModel.PropertyDescriptorCollection
Une collection de modèles des propriétés actuellement connues qui correspondent à un ensemble spécifié d'attributs.

Sécurité .NET Framework

Voir aussi

Référence

DataConnectionProperties Classe

GetProperties, surcharge

Microsoft.VisualStudio.Data.Framework, espace de noms