DynamicUpdateMap.Query(Activity, 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.
Displays the dynamic update map query.
public:
System::Activities::DynamicUpdate::DynamicUpdateMapQuery ^ Query(System::Activities::Activity ^ updatedWorkflowDefinition, System::Activities::Activity ^ originalWorkflowDefinition);
public System.Activities.DynamicUpdate.DynamicUpdateMapQuery Query (System.Activities.Activity updatedWorkflowDefinition, System.Activities.Activity originalWorkflowDefinition);
member this.Query : System.Activities.Activity * System.Activities.Activity -> System.Activities.DynamicUpdate.DynamicUpdateMapQuery
Public Function Query (updatedWorkflowDefinition As Activity, originalWorkflowDefinition As Activity) As DynamicUpdateMapQuery
Parameters
- updatedWorkflowDefinition
- Activity
The updated workflow information.
- originalWorkflowDefinition
- Activity
The original workflow definition.
Returns
The dynamic update map query.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.