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
- 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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.Features, espace de noms
FeatureConnector<TFeatureProviderType>
Autres ressources
Fournisseurs de fonctionnalités et connecteurs de fonctionnalités