Compartir a través de


IPreferences.SetValue Método

Lo siguiente se aplica a v2.

Establece un valor en el almacén. Sobrescribe el valor existente, si hay uno.

Espacio de nombres:  Microsoft.WebMatrix.Extensibility
Ensamblado:  Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)

Sintaxis

'Declaración
Sub SetValue ( _
    key As String, _
    value As String _
)
'Uso
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
)

Parámetros

Vea también

Referencia

IPreferences Interfaz

Espacio de nombres Microsoft.WebMatrix.Extensibility