DynamicUpdateInfo.SetOriginalDefinition(Object, Activity) 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 the original definition for the DynamicUpdateInfo.
public:
static void SetOriginalDefinition(System::Object ^ instance, System::Activities::Activity ^ originalDefinition);
public static void SetOriginalDefinition (object instance, System.Activities.Activity originalDefinition);
static member SetOriginalDefinition : obj * System.Activities.Activity -> unit
Public Shared Sub SetOriginalDefinition (instance As Object, originalDefinition As Activity)
Parameters
- instance
- Object
The instance of the specified object.
- originalDefinition
- Activity
The original definition to be set.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.