RegistrationAttribute::RegistrationContext::RemoveKey Method (String^)

 

Removes an existing registration key.

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

public:
virtual void RemoveKey(
	String^ name
) abstract

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.

Return to top
Show: