PackageRegistrationAttribute::Unregister Method (RegistrationAttribute::RegistrationContext^)

 

Removes attribute-specific registry entries.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
virtual void Unregister(
	RegistrationAttribute::RegistrationContext^ context
) override

Parameters

context
Type: Microsoft.VisualStudio.Shell::RegistrationAttribute::RegistrationContext^

Contains information about the whole installation so that registry entries that are specific to this attribute may be removed.

Return to top
Show: