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

 

Removes this attribute from the registry using the specified registry context.

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

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

This method deletes the root Windows registry key that was created using RegPkg.exe (see VSPackage Registration) or the Register method.

Return to top
Show: