Compartilhar via


Método FeatureManager.GetCustomAttributes

Enumera os atributos de tipo especificado.

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

Sintaxe

'Declaração
Public Function GetCustomAttributes ( _
    type As Type, _
    attributeType As Type _
) As IEnumerable(Of Object)
public IEnumerable<Object> GetCustomAttributes(
    Type type,
    Type attributeType
)
public:
IEnumerable<Object^>^ GetCustomAttributes(
    Type^ type, 
    Type^ attributeType
)
member GetCustomAttributes : 
        type:Type * 
        attributeType:Type -> IEnumerable<Object> 
public function GetCustomAttributes(
    type : Type, 
    attributeType : Type
) : IEnumerable<Object>

Parâmetros

  • type
    Tipo: System.Type
    O tipo cujos atributos estão a serem enumeradas.
  • attributeType
    Tipo: System.Type
    O tipo de atributo a ser retornado.

Valor de retorno

Tipo: System.Collections.Generic.IEnumerable<Object>
Uma enumeração de atributos personalizados.

Segurança do .NET Framework

Consulte também

Referência

FeatureManager Classe

Namespace Microsoft.Windows.Design.Features

FeatureProvider

FeatureConnector<TFeatureProviderType>

Outros recursos

Recurso provedores e conectores de recursos

Noções básicas sobre extensibilidade Designer WPF