XamlDirective.LookupCustomAttributeProvider Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une implémentation de ICustomAttributeProvider. Cette implémentation retourne toujours null
.
protected:
override System::Reflection::ICustomAttributeProvider ^ LookupCustomAttributeProvider();
protected override sealed System.Reflection.ICustomAttributeProvider LookupCustomAttributeProvider ();
override this.LookupCustomAttributeProvider : unit -> System.Reflection.ICustomAttributeProvider
Protected Overrides NotOverridable Function LookupCustomAttributeProvider () As ICustomAttributeProvider
Retours
Retourne toujours null
.
Remarques
Étant donné qu’une directive XAML ne peut pas avoir d’attributs personnalisés, cette implémentation retourne null
toujours . XamlDirective scelle ce membre virtuel ; Par conséquent, tous les XamlDirective types et toutes les directives XAML prédéfinies doivent utiliser ce comportement.