DefaultMetadataDetails.PropertyGetter 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 ou définit un délégué getter de propriété pour obtenir la valeur de la propriété à partir d’un objet de modèle.
public:
property Func<System::Object ^, System::Object ^> ^ PropertyGetter { Func<System::Object ^, System::Object ^> ^ get(); void set(Func<System::Object ^, System::Object ^> ^ value); };
public Func<object,object> PropertyGetter { get; set; }
public Func<object,object?>? PropertyGetter { get; set; }
member this.PropertyGetter : Func<obj, obj> with get, set
Public Property PropertyGetter As Func(Of Object, Object)