ActivityBuilder.GetPropertyReference(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.
Retourne un objet ActivityPropertyReference pour une propriété récupérée de l'objet spécifié.
public:
static System::Activities::ActivityPropertyReference ^ GetPropertyReference(System::Object ^ target);
public static System.Activities.ActivityPropertyReference GetPropertyReference (object target);
static member GetPropertyReference : obj -> System.Activities.ActivityPropertyReference
Public Shared Function GetPropertyReference (target As Object) As ActivityPropertyReference
Paramètres
- target
- Object
Objet qui contient une propriété.
Retours
Référence à une propriété.