IPreferences.ContainsValue-Methode
Die folgenden Ausführungen gelten für v2.
Überprüft, ob die Einstellung einen bestimmten Wert enthält.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Function ContainsValue ( _
key As String _
) As Boolean
'Usage
Dim instance As IPreferences
Dim key As String
Dim returnValue As Boolean
returnValue = instance.ContainsValue(key)
bool ContainsValue(
string key
)
bool ContainsValue(
String^ key
)
abstract ContainsValue :
key:string -> bool
function ContainsValue(
key : String
) : boolean
Parameter
key
Typ: System.StringDer Schlüsselname der Einstellung.
Rückgabewert
Typ: System.Boolean
true , wenn der Wert festgelegt wurde, andernfalls false.