XamlDirective.LookupUnderlyingGetter 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 un accesseur get
associé à ce XamlDirective. Cette implémentation retourne toujours null
.
protected:
override System::Reflection::MethodInfo ^ LookupUnderlyingGetter();
protected override sealed System.Reflection.MethodInfo LookupUnderlyingGetter ();
override this.LookupUnderlyingGetter : unit -> System.Reflection.MethodInfo
Protected Overrides NotOverridable Function LookupUnderlyingGetter () As MethodInfo
Retours
Retourne toujours null
.
Remarques
XamlDirective scelle ce membre virtuel ; Par conséquent, tous les XamlDirective types et toutes les directives XAML prédéfinies doivent utiliser ce comportement.