Partager via


XamlDirective.LookupCustomAttributeProvider Méthode

Définition

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

ICustomAttributeProvider

Retourne toujours null.

Remarques

Étant donné qu’une directive XAML ne peut pas avoir d’attributs personnalisés, cette implémentation retourne nulltoujours . XamlDirective scelle ce membre virtuel ; Par conséquent, tous les XamlDirective types et toutes les directives XAML prédéfinies doivent utiliser ce comportement.

S’applique à