DefaultMetadataDetails.PropertySetter 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é de setter de propriétés pour définir la valeur de la propriété sur un objet de modèle.
public:
property Action<System::Object ^, System::Object ^> ^ PropertySetter { Action<System::Object ^, System::Object ^> ^ get(); void set(Action<System::Object ^, System::Object ^> ^ value); };
public Action<object,object> PropertySetter { get; set; }
public Action<object,object?>? PropertySetter { get; set; }
member this.PropertySetter : Action<obj, obj> with get, set
Public Property PropertySetter As Action(Of Object, Object)