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

 

Removes the key of the specified name if it has no child key and no value.

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

public:
virtual void RemoveKeyIfEmpty(
	String^ name
) abstract

Parameters

name
Type: System::String^

The name of the key to remove.

Return to top
Show: