Skip to content

Commit 06a374f

Browse files
committed
snippet number
1 parent 525205c commit 06a374f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

xml/System.Diagnostics/ProcessStartInfo.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2031,12 +2031,10 @@ When you use the <xref:System.Diagnostics.ProcessStartInfo.Verb%2A> property, yo
20312031
20322032
When you use the <xref:System.Diagnostics.ProcessStartInfo.Verbs%2A> property, you must include the file name extension when you set the value of the <xref:System.Diagnostics.ProcessStartInfo.FileName%2A> property. The file name extension determines the set of possible verbs.
20332033
2034-
2035-
20362034
## Examples
20372035
The following code example displays the defined verbs for the chosen file name. If the user selects one of the defined verbs, the example starts a new process using the selected verb and the input file name.
20382036
2039-
:::code language="csharp" source="~/snippets/csharp/System.Diagnostics/ProcessStartInfo/Verb/source.cs" id="Snippet3":::
2037+
:::code language="csharp" source="~/snippets/csharp/System.Diagnostics/ProcessStartInfo/Verb/source.cs" id="Snippet1":::
20402038
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/ProcessVerbs_Diagnostics/VB/source.vb" id="Snippet3":::
20412039
20422040
]]></format>

0 commit comments

Comments
 (0)