Partager via


FeatureManager.GetCustomAttributes, méthode

Énumère des attributs sur le type spécifié.

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

Syntaxe

'Déclaration
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>

Paramètres

  • type
    Type : System.Type
    Type dont les attributs seront énumérés.
  • attributeType
    Type : System.Type
    Type de l'attribut à retourner.

Valeur de retour

Type : System.Collections.Generic.IEnumerable<Object>
Énumération d'attributs personnalisés.

Sécurité .NET Framework

Voir aussi

Référence

FeatureManager Classe

Microsoft.Windows.Design.Features, espace de noms

FeatureProvider

FeatureConnector<TFeatureProviderType>

Autres ressources

Fournisseurs de fonctionnalités et connecteurs de fonctionnalités

Fonctionnement de l'extensibilité du Concepteur WPF