RegistrationAttribute.Key.CreateSubkey(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.
Creates a new registration key. The new key is a subkey of the current Key.
public:
abstract Microsoft::VisualStudio::Shell::RegistrationAttribute::Key ^ CreateSubkey(System::String ^ name);
public abstract Microsoft.VisualStudio.Shell.RegistrationAttribute.Key CreateSubkey (string name);
abstract member CreateSubkey : string -> Microsoft.VisualStudio.Shell.RegistrationAttribute.Key
Public MustOverride Function CreateSubkey (name As String) As RegistrationAttribute.Key
Parameters
- name
- 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.
Returns
The newly created Key.