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
)
参数
- context
类型:Microsoft.VisualStudio.Shell.RegistrationAttribute.RegistrationContext
外部注册工具提供的寄存器上下文。上下文来移除注册表项,记录注册事件,并获取有关注册的元素的信息。
备注
实现 RegisterExtenderAttribute 类需要的 Vspackage 重写 UnRegister 方法,但是,不需要调用它。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。