Compartir a través de


IPreferences.GetValue Método

Lo siguiente se aplica a v2.

Devuelve un valor de preferencia para una clave dada. Devuelve null si no se estableció ningún valor.

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

Sintaxis

'Declaración
Function GetValue ( _
    key As String _
) As String
'Uso
Dim instance As IPreferences 
Dim key As String 
Dim returnValue As String 

returnValue = instance.GetValue(key)
string GetValue(
    string key
)
String^ GetValue(
    String^ key
)
abstract GetValue : 
        key:string -> string
function GetValue(
    key : String
) : String

Parámetros

Valor devuelto

Tipo: System.String
Un valor de preferencias.

Vea también

Referencia

IPreferences Interfaz

Espacio de nombres Microsoft.WebMatrix.Extensibility