Vertaling van "Get-Member" 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.
Vous pouvez utiliser Get-Member pour afficher les méthodes associées à un objet.
You can use Get-Member to display the methods associated with an object.
Get-Member retourne un objet pour chaque propriété ou méthode qu'elle obtient.
Get-Member returns an object for each property or method that its gets.
Get-Member obtient ces membres, mais les masque par défaut.
Get-Member gets these members, but it hides them by default.
Get-Member retourne ensuite les informations relatives à chaque type d'objet trouvé.
Get-Member then returns information about each object type that it finds.
Pour répertorier les propriétés d'un objet, redirigez-le vers Get-Member.
To list the properties of an object, pipe it to Get-Member.
Get-Member obtient uniquement les propriétés et méthodes spécifiées.
Get-Member gets only the specified properties and methods.
Obtient des informations à propos de l'emplacement de travail actif. Get-Member
Gets information about the current working -Member
Pour afficher une liste des méthodes et des définitions de méthode associées à un objet particulier, vous pouvez utiliser l'applet de commande Get-Member.
To view a list of methods and method definitions associated with a particular object, you can use the Get-Member cmdlet.
Si vous souhaitez en consulter les membres, vous pouvez la diriger vers Get-Member.
If you want to see its members, you can pipe it to Get-Member.
Get-Member supprime les doublons, donc si les objets sont tous du même type, il affiche un seul type d'objet.
Get-Member eliminates duplicates, so if the objects are all of the same type, it displays only one object type.
Pour plus d'informations sur cet objet, dirigez la commande vers l'applet de commande Get-Member.
For more information about this object, pipe the command to the Get-Member cmdlet.
Cela signifie que si une variable contient plusieurs objets, Get-Member les traite comme un tableau d'objets.
This means that if you have several objects in a variable, Get-Member treats them as an array of objects.
Lorsque vous dirigez un tableau vers Get-Member, des informations sur les objets contenus dans le tableau s'affichent.
When you pipe an array to Get-Member, it displays information about the objects in the array.