RegistrationAttribute.RegistrationContext.RemoveKey 方法
移除现有注册键。
命名空间: Microsoft.VisualStudio.Shell
程序集: Microsoft.VisualStudio.Shell.Immutable.10.0(在 Microsoft.VisualStudio.Shell.Immutable.10.0.dll 中)
语法
声明
Public MustOverride Sub RemoveKey ( _
name As String _
)
public abstract void RemoveKey(
string name
)
参数
- name
类型:System.String
移除键的名称。
备注
键从正确的 Visual Studio 注册表根中删除。此方法通常会调用从 RegistrationAttribute派生的类的 Unregister 方法内。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
RegistrationAttribute.RegistrationContext 类
Microsoft.VisualStudio.Shell 命名空间