Partager via


XamlMemberInvoker.UnderlyingGetter Propriété

Définition

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

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.

S’applique à