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.
To view a list of methods and method definitions associated with a particular object, you can use the Get-Member cmdlet.
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.
For more information about this object, pipe the command to the Get-Member cmdlet.
Pour plus d'informations sur cet objet, dirigez la commande vers l'applet de commande Get-Member.
To find the type of an object that is stored in an object property, use the Get-Member cmdlet.
Pour rechercher le type d'un objet stocké dans une propriété d'objet, utilisez l'applet de commande Get-Member.
The following command pipes the results of the first part of the command to the Get-Member cmdlet.
La commande suivante redirige les résultats de la première partie de la commande vers l'applet de commande Get-Member.
To see all of the properties of an event log entry, pipe the events to the Get-Member cmdlet.
Pour consulter toutes les propriétés d'une entrée de journal des événements, dirigez les événements vers l'applet de commande Get-Member.
The third command uses the Get-Member cmdlet to get the properties and methods of an array of integers, and the command saves them in the $a variable.
La troisième commande utilise l'applet de commande Get-Member pour obtenir les propriétés et méthodes d'un tableau d'entiers, puis les enregistre dans la variable $a.
It uses a pipeline operator (|) to pass the service objects to the Get-Member cmdlet.
Elle utilise un opérateur de pipeline (|) pour passer les objets services à l'applet de commande Get-Member.
The third command uses a pipeline operator (|) to send the updated object to the Get-Member cmdlet.
La troisième commande utilise un opérateur de pipeline (|) pour envoyer l'objet mis à jour à l'applet de commande Get-Member.
The third command uses a pipeline operator (|) to send the custom object to the Get-Member cmdlet, which displays the properties and methods of the custom object.
La troisième commande utilise un opérateur de pipeline (|) pour envoyer l'objet personnalisé à l'applet de commande Get-Member, qui affiche les propriétés et méthodes de l'objet personnalisé.
The pipeline operator (|) sends the results to the Get-Member cmdlet, which displays the methods and properties of the object.
L'opérateur de pipeline (|) envoie les résultats à l'applet de commande Get-Member, laquelle affiche les méthodes et propriétés de l'objet.
To see all of the properties and methods of the object, pipe it to the Get-Member cmdlet.
(Pour voir toutes les propriétés et les méthodes de l'objet, dirigez ce dernier vers l'applet de commande Get-Member).
To find the static properties and methods of an object, use the Static parameter of the Get-Member cmdlet.
Pour rechercher les propriétés statiques et les méthodes d'un objet, utilisez le paramètre Static de l'applet de commande Get-Member.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.