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