ActivityBuilder.SetPropertyReference Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets a value for the specified attachable property in the specified store.
public:
static void SetPropertyReference(System::Object ^ target, System::Activities::ActivityPropertyReference ^ value);
public static void SetPropertyReference (object target, System.Activities.ActivityPropertyReference value);
static member SetPropertyReference : obj * System.Activities.ActivityPropertyReference -> unit
Public Shared Sub SetPropertyReference (target As Object, value As ActivityPropertyReference)
Parameters
- target
- Object
A property store.
The value to set.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.