IPreferences.ClearValue 方法

适用于版本2

清除首选项的值(如果该值存在)。如果键不存在,则不执行任何操作。

命名空间:  Microsoft.WebMatrix.Extensibility
程序集:  Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)

语法

声明
Sub ClearValue ( _
    key As String _
)
用法
Dim instance As IPreferences 
Dim key As String

instance.ClearValue(key)
void ClearValue(
    string key
)
void ClearValue(
    String^ key
)
abstract ClearValue : 
        key:string -> unit
function ClearValue(
    key : String
)

参数

请参阅

参考

IPreferences 接口

Microsoft.WebMatrix.Extensibility 命名空间