Skip to content

Commit 17d6088

Browse files
author
Ron Petrusha
authored
Replaced wf2-md token with its token text, deleted token (#86)
1 parent 97cb2a9 commit 17d6088

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

includes/wf2-md.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

xml/System.Activities.Presentation/WorkflowElementDialog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<format type="text/markdown"><![CDATA[
1919
2020
## Remarks
21-
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.
21+
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.
2222
2323
]]></format>
2424
</remarks>

xml/System.Activities/Argument.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<format type="text/markdown"><![CDATA[
135135
136136
## Remarks
137-
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.
137+
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.
138138
139139
]]></format>
140140
</remarks>

0 commit comments

Comments
 (0)