Vertaling van "CommandName" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Dans chaque nœud, remplacez le terme CommandName par le nom de commandes de la fonction.
In each node, replace the term CommandName with the command name of the feature.
Étant donné que cette commande n'utilise pas le paramètre CommandName, elle importe également toute les données de mise en forme obligatoires pour les commandes importées.
Because this command does not use the CommandName parameter, it also imports all of the formatting data required for the imported commands.
Par défaut, Export-PSSession exporte toutes les commandes, à l'exception de celles qui existent dans la session active, mais vous pouvez utiliser les paramètres CommandName pour spécifier les commandes à exporter.
By default, Export-PSSession exports all commands, except for commands that exist in the current session, but you can use the CommandName parameters to specify the commands to export.
Notes Le contrôle FormView déclenche l'événement ItemDeleting suite à un clic sur le bouton Supprimer du contrôle (bouton dont la propriété CommandName a la valeur "Delete"), mais avant que le contrôle FormView ne supprime l'enregistrement.
The FormView control raises the ItemUpdating event when an Update button (a button with its CommandName property set to "Update") within the control is clicked, but before the FormView control updates the record.
Le contrôle FormView déclenche l'événement ItemDeleting suite à un clic sur le bouton Supprimer du contrôle (bouton dont la propriété CommandName a la valeur "Delete"), mais avant que le contrôle FormView ne supprime l'enregistrement.
ItemInserting Occurs when an Insert button (a button with its CommandName property set to "Insert") is clicked, but before the FormView control inserts the record.
Vous pouvez accéder aux exemples de ces applets de commande Powershell à l'aide de Get-Help CommandName - Examples
You can access examples for these Powershell cmdlets using Get-Help CommandName - Examples
Affiche l'emplacement de la commande commandname.
Affiche une explication en une ligne sur la commande commandname.
Affiche des informations sur la commande commandname.
Si l'on regarde bien l'exemple ci-dessus, nous pouvons voir que l'argument1 est thePlayer and argument2 le commandName.
If we have a closer look on the lower example above, we can see argument1 is thePlayer and argument2 the commandName.
Par exemple, pour importer la variante de la commande Get-Item du lecteur de certificat (Cert:) dans la CommandName <string[]
For example, to import the variant of the Get-Item command in the certificate (Cert:) drive in the PSSession in $s, type "import-pssession -session $s -command Get-Item -argumentlist cert:".