Share via


RegistryTools.GetRegistryValueNamesFromCurrentUserRoot(String) Method

Definition

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

Implements

Applies to