ProvideGlobalObjectProviderAttribute::Unregister Method (RegistrationAttribute::RegistrationContext^)
Visual Studio 2015
Removes this attribute from the registry using the specified registry context.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
public: virtual void Unregister( RegistrationAttribute::RegistrationContext^ context ) override
Parameters
- context
-
Type:
Microsoft.VisualStudio.Shell::RegistrationAttribute::RegistrationContext^
The RegistrationAttribute::RegistrationContext that contains registration data.
This method deletes the root Windows registry key that was created using RegPkg.exe (see VSPackage Registration) or the Register method.
Show: