DataViewBrowseObject.GetAttributes, méthode
Retourne une collection d'attributs pour la valeur 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 : AttributeCollection
Retourne une collection d'attributs pour la valeur Actuelle parcourent l'objet.
Implémentations
ICustomTypeDescriptor.GetAttributes
Notes
Cette méthode obtient les attributs en appelant la méthode GetAttributes et met cette collection à jour d'attributs d'exister des attributs.
Les attributs par défaut ou les attributs avec les 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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.