IPreferences.SetValue 方法
適用於版本2
設定存放區中的值。如果值已存在,則覆寫現有值。
命名空間: Microsoft.WebMatrix.Extensibility
組件: Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)
語法
'宣告
Sub SetValue ( _
key As String, _
value As String _
)
'用途
Dim instance As IPreferences
Dim key As String
Dim value As String
instance.SetValue(key, value)
void SetValue(
string key,
string value
)
void SetValue(
String^ key,
String^ value
)
abstract SetValue :
key:string *
value:string -> unit
function SetValue(
key : String,
value : String
)
參數
key
型別:System.String喜好設定索引鍵。
value
型別:System.String數值。