RegisterExtenderAttribute.Unregister 方法

移除了有关 VSPackage 中注册信息,在调用由外部注册工具 (如 RegPkg.exe。

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public Overrides Sub Unregister ( _
    context As RegistrationAttribute.RegistrationContext _
)
public override void Unregister(
    RegistrationAttribute.RegistrationContext context
)

参数

备注

实现 RegisterExtenderAttribute 类需要的 Vspackage 重写 UnRegister 方法,但是,不需要调用它。

.NET Framework 安全性

请参见

参考

RegisterExtenderAttribute 类

Microsoft.VisualStudio.Shell 命名空间