RegistrationAttribute::RegistrationContext::RemoveKey Method (String^)
Visual Studio 2015
Removes an existing registration 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 key to remove.
The key is deleted from the correct Visual Studio registry root. This method is typically called from within the Unregister method of a class derived from RegistrationAttribute.
Show: