RegistrationAttribute::Key::CreateSubkey Method (String^)

 

Creates a new registration key. The new key is a subkey of the current Key.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.10.0 (in Microsoft.VisualStudio.Shell.Immutable.10.0.dll)

public:
virtual RegistrationAttribute::Key^ CreateSubkey(
	String^ name
) abstract

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.

Return Value

Type: Microsoft.VisualStudio.Shell::RegistrationAttribute::Key^

The newly created Key.

Return to top
Show: