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
)
參數
key
型別:System.String喜好設定中的值。