Partager via


IRegistryTools2.GetRegistryValueNamesFromLocalMachineRoot Méthode

Définition

Obtenez les noms de toutes les valeurs sous une clé dans le Registre racine HKLM.

public string[] GetRegistryValueNamesFromLocalMachineRoot (string regKeyPath, bool use64Bit = false);
abstract member GetRegistryValueNamesFromLocalMachineRoot : string * bool -> string[]
Public Function GetRegistryValueNamesFromLocalMachineRoot (regKeyPath As String, Optional use64Bit As Boolean = false) As String()

Paramètres

regKeyPath
String

Chemin d’accès à la clé de Registre au format key\subkey\subsubkey

use64Bit
Boolean

si true, il utilise le Registre 64 bits, sinon 32 bits est utilisé

Retours

String[]

Tableau de noms de valeurs ou vide

S’applique à