XamlMemberInvoker.UnderlyingGetter Propriété
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.
Obtient le MethodInfo pour la méthode CLR qui obtient des valeurs pour la propriété qui est pertinente pour ce XamlMemberInvoker.
public:
property System::Reflection::MethodInfo ^ UnderlyingGetter { System::Reflection::MethodInfo ^ get(); };
public System.Reflection.MethodInfo UnderlyingGetter { get; }
member this.UnderlyingGetter : System.Reflection.MethodInfo
Public ReadOnly Property UnderlyingGetter As MethodInfo
Valeur de propriété
MethodInfo pour la méthode CLR qui obtient des valeurs pour la propriété qui est pertinente pour ce XamlMemberInvoker, ou null
.
Remarques
Cette propriété s’appuie sur l’appel LookupUnderlyingGetter de la construction XamlMember. Pour un inconnu XamlMember, ou pour les cas où LookupUnderlyingGetter retourne null
, cette propriété retourne null
.