Partager via


AttributeTable.GetCustomAttributes, méthode (Assembly)

Retourne une énumération de tous les attributs fournis pour l'assembly spécifié.

Espace de noms :  Microsoft.Windows.Design.Metadata
Assembly :  Microsoft.Windows.Design.Extensibility (dans Microsoft.Windows.Design.Extensibility.dll)

Syntaxe

'Déclaration
Public Function GetCustomAttributes ( _
    assembly As Assembly _
) As IEnumerable
public IEnumerable GetCustomAttributes(
    Assembly assembly
)
public:
IEnumerable^ GetCustomAttributes(
    Assembly^ assembly
)
member GetCustomAttributes : 
        assembly:Assembly -> IEnumerable 
public function GetCustomAttributes(
    assembly : Assembly
) : IEnumerable

Paramètres

Valeur de retour

Type : System.Collections.IEnumerable
Énumération d'attributs.

Exceptions

Exception Condition
ArgumentNullException

assembly est nullune référence null (Nothing en Visual Basic).

Notes

Cette méthode ne retourne jamais une énumération nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

AttributeTable Classe

GetCustomAttributes, surcharge

Microsoft.Windows.Design.Metadata, espace de noms

AttributeTableBuilder