Partager via


Comment : accéder aux arguments de ligne de commande (Visual Basic)

Mise à jour : novembre 2007

L'exemple de code suivant effectue une boucle sur les arguments de ligne de commande de l'application.

Exemple

For Each argument As String In My.Application.CommandLineArgs
    ' Add code here to use the argument.
Next

Voir aussi

Tâches

Comment : activer un mode batch pour des applications Windows Forms

Référence

My.Application.CommandLineArgs, propriété

Structure d'un programme Visual Basic