RegistryTools.GetRegistryValueNamesFromCurrentUserRoot(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the names of all values under a key in the HKCU root Registry.
public:
virtual cli::array <System::String ^> ^ GetRegistryValueNamesFromCurrentUserRoot(System::String ^ regKeyPath);
public string[] GetRegistryValueNamesFromCurrentUserRoot (string regKeyPath);
abstract member GetRegistryValueNamesFromCurrentUserRoot : string -> string[]
override this.GetRegistryValueNamesFromCurrentUserRoot : string -> string[]
Public Function GetRegistryValueNamesFromCurrentUserRoot (regKeyPath As String) As String()
Parameters
- regKeyPath
- String
Path to the registry key in the format key\subkey\subsubkey
Returns
String[]
Array of value names or empty