Método AttributeTable.GetCustomAttributes (Assembly)

Retorna uma enumeração de todos os atributos fornecidos para o assembly especificado.

Namespace:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (em Microsoft.Windows.Design.Extensibility.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.Collections.IEnumerable
Uma enumeração de atributos.

Exceções

Exceção Condição
ArgumentNullException

assembly is nulluma referência nula (Nothing no Visual Basic).

Comentários

Este método nunca retorna um nulluma referência nula (Nothing no Visual Basic) enumeração.

Segurança do .NET Framework

Consulte também

Referência

AttributeTable Classe

Sobrecargas GetCustomAttributes

Namespace Microsoft.Windows.Design.Metadata

AttributeTableBuilder