ObjectPath.ForEachProperty(Object, Action<String,Object>) 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.
Appliquer une action à toutes les propriétés d’un objet.
public static void ForEachProperty (object obj, Action<string,object> action);
static member ForEachProperty : obj * Action<string, obj> -> unit
Public Shared Sub ForEachProperty (obj As Object, action As Action(Of String, Object))
Paramètres
- obj
- Object
Objet à mapper.