RegistrationAttribute.Key.CreateSubkey(String) Method

Definition

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.

Applies to