RegistryHelper.TryCreateSubKey(RegistryKey, String, RegistryKey) 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.
public:
static bool TryCreateSubKey(Microsoft::Win32::RegistryKey ^ parentSubKey, System::String ^ subKeyName, [Runtime::InteropServices::Out] Microsoft::Win32::RegistryKey ^ % registryKey);
public static bool TryCreateSubKey (Microsoft.Win32.RegistryKey parentSubKey, string subKeyName, out Microsoft.Win32.RegistryKey registryKey);
static member TryCreateSubKey : Microsoft.Win32.RegistryKey * string * RegistryKey -> bool
Public Shared Function TryCreateSubKey (parentSubKey As RegistryKey, subKeyName As String, ByRef registryKey As RegistryKey) As Boolean
Parameters
- parentSubKey
- RegistryKey
- subKeyName
- String
- registryKey
- RegistryKey