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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.