DataViewBrowseObject.GetProperties, méthode (array<Attribute )
Extrait une collection d' PropertyDescriptorCollection de propriétés qui correspondent aux attributs spécifiés pour la actuelle parcourent l'objet.
Espace de noms : Microsoft.VisualStudio.Data.Framework
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Déclaration
Public Overridable Function GetProperties ( _
attributes As Attribute() _
) As PropertyDescriptorCollection
public virtual PropertyDescriptorCollection GetProperties(
Attribute[] attributes
)
public:
virtual PropertyDescriptorCollection^ GetProperties(
array<Attribute^>^ attributes
)
abstract GetProperties :
attributes:Attribute[] -> PropertyDescriptorCollection
override GetProperties :
attributes:Attribute[] -> PropertyDescriptorCollection
public function GetProperties(
attributes : Attribute[]
) : PropertyDescriptorCollection
Paramètres
- attributes
Type : array<System.Attribute[]
Un tableau d' Attribute des objets en tant que filtre pour les propriétés à retourner.
Valeur de retour
Type : System.ComponentModel.PropertyDescriptorCollection
Retourne une collection d' PropertyDescriptorCollection contenant les propriétés qui correspondent aux attributs spécifiés pour la actuelle parcourent l'objet.
Implémentations
ICustomTypeDescriptor.GetProperties(array<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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.