RegistrationAttribute::RegistrationContext::RemoveValue Method (String^, String^)
Visual Studio 2015
Removes a value from a registration key.
Assembly: Microsoft.VisualStudio.Shell.Immutable.10.0 (in Microsoft.VisualStudio.Shell.Immutable.10.0.dll)
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
Show: