TargetPropertyPath.Target 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.
public:
property Platform::Object ^ Target { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Target();
void Target(IInspectable value);
public object Target { get; set; }
var object = targetPropertyPath.target;
targetPropertyPath.target = object;
Public Property Target As Object
Valeur de propriété
Objet qui contient la propriété décrite par Path.