RegistrationAttribute.Unregister Method

Called to unregister this attribute with the given context.

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

Syntax

'Declaration
Public MustOverride Sub Unregister ( _
    context As RegistrationAttribute.RegistrationContext _
)
public abstract void Unregister(
    RegistrationAttribute.RegistrationContext context
)
public:
virtual void Unregister(
    RegistrationAttribute::RegistrationContext^ context
) abstract
abstract Unregister : 
        context:RegistrationAttribute.RegistrationContext -> unit
public abstract function Unregister(
    context : RegistrationAttribute.RegistrationContext
)

Parameters

Remarks

All classes that derive from the RegistrationAttribute class must implement this method.

The context contains the location where the registration information should be placed. It also contains such information as the type to be registered and path information.

For more information, see Registering VSPackages.

.NET Framework Security

See Also

Reference

RegistrationAttribute Class

Microsoft.VisualStudio.Shell Namespace

Other Resources

VSPackage Registration

Managed Package Registration