RegistrationAttribute::RegistrationContext::RemoveValue Method (String^, String^)

 

Removes a value from a registration key.

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

public:
virtual void RemoveValue(
	String^ keyname,
	String^ valuename
) abstract

Parameters

keyname
Type: System::String^

The name of the key that contains the value to be removed.

valuename
Type: System::String^

The name of the value to remove.

This method is typically called from within the Unregister of a class derived from RegistrationAttribute

Return to top
Show: