DataViewBrowseObject.GetAttributes, méthode
Retourne une collection d'attributs 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 GetAttributes As AttributeCollection
public virtual AttributeCollection GetAttributes()
public:
virtual AttributeCollection^ GetAttributes()
abstract GetAttributes : unit -> AttributeCollection
override GetAttributes : unit -> AttributeCollection
public function GetAttributes() : AttributeCollection
Valeur de retour
Type : System.ComponentModel.AttributeCollection
Retourne une collection d'attributs pour la actuelle parcourent l'objet.
Implémentations
ICustomTypeDescriptor.GetAttributes()
Notes
Cette méthode obtient les attributs en appelant la méthode d' GetAttributes et gère cette collection d'attributs d'exister des attributs.
Les attributs par défaut ou les attributs ayant des valeurs NULL sont exclus de la collection retournée d'attributs.
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.