Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The following code example loops over the application's command-line arguments.
Example
For Each argument As String In My.Application.CommandLineArgs
' Add code here to use the argument.
Next
See Also
Tasks
How to: Enable a Batch Mode for Window Forms Applications