Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion includes/wf2-md.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
The <xref:System.Activities.Presentation.WorkflowElementDialog> is a base type providing a set of methods and services that enable a dialog box to be displayed on the designer surface in a modal fashion in order to obtain input from a user. Examples of this in [!INCLUDE[wf2](~/includes/wf2-md.md)] include the dynamic argument designer that enables dynamic arguments to be manipulated and the <xref:System.Activities.Statements.FlowSwitch`1> case editor. Custom activity designer authors are encouraged to use the <xref:System.Activities.Presentation.WorkflowElementDialog> rather than their own dialog mechanisms to provide a common way to handle this display.
The <xref:System.Activities.Presentation.WorkflowElementDialog> is a base type providing a set of methods and services that enable a dialog box to be displayed on the designer surface in a modal fashion in order to obtain input from a user. Examples of this in Windows Workflow Foundation include the dynamic argument designer that enables dynamic arguments to be manipulated and the <xref:System.Activities.Statements.FlowSwitch`1> case editor. Custom activity designer authors are encouraged to use the <xref:System.Activities.Presentation.WorkflowElementDialog> rather than their own dialog mechanisms to provide a common way to handle this display.

]]></format>
</remarks>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Activities/Argument.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<format type="text/markdown"><![CDATA[

## Remarks
By default, the evaluation order of the argument is unspecified and is equal to the <xref:System.Activities.Argument.UnspecifiedEvaluationOrder> value. Set <xref:System.Activities.Argument.EvaluationOrder%2A> to a value greater or equal to zero to specify an evaluation order for this argument. [!INCLUDE[wf2](~/includes/wf2-md.md)] evaluates arguments with a specified evaluation order in ascending order. Note that arguments with an unspecified evaluation order are evaluated before those with a specified evaluation order.
By default, the evaluation order of the argument is unspecified and is equal to the <xref:System.Activities.Argument.UnspecifiedEvaluationOrder> value. Set <xref:System.Activities.Argument.EvaluationOrder%2A> to a value greater or equal to zero to specify an evaluation order for this argument. Windows Workflow Foundation evaluates arguments with a specified evaluation order in ascending order. Note that arguments with an unspecified evaluation order are evaluated before those with a specified evaluation order.

]]></format>
</remarks>
Expand Down