RegistrationAttribute::Key::CreateSubkey Method (String^)
Visual Studio 2015
Creates a new registration key. The new key is a subkey of the current Key.
Assembly: Microsoft.VisualStudio.Shell.Immutable.10.0 (in Microsoft.VisualStudio.Shell.Immutable.10.0.dll)
Parameters
- name
-
Type:
System::String^
The name of the new key. This name is relative to the current key. An empty or null string sets the default value for the key.
Show: