共用方式為


ProvideGeneratorAttribute.Unregister Method

Removes the registration information about a VSPackage when called by an external registration tool like regpkg.exe. For more information, see Registering VSPackages.

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

Syntax

'宣告
Public Overrides Sub Unregister ( _
    context As RegistrationAttribute.RegistrationContext _
)
public override void Unregister(
    RegistrationAttribute.RegistrationContext context
)

Parameters

.NET Framework Security

See Also

Reference

ProvideGeneratorAttribute Class

Microsoft.VisualStudio.Shell.Design.Serialization Namespace