DictionaryWrapper<TKey, TValue>.ContainsKey-Methode
Bestimmt, ob das Wörterbuch den angegebenen Schlüssel enthält.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function ContainsKey ( _
key As TKey _
) As Boolean
'Usage
Dim instance As DictionaryWrapper
Dim key As TKey
Dim returnValue As Boolean
returnValue = instance.ContainsKey(key)
public bool ContainsKey(
TKey key
)
Parameter
key
Typ: TKeyDer zu suchende Schlüssel.
Rückgabewert
Typ: System.Boolean
true Wenn das Wörterbuch einen Wert mit dem angegebenen Schlüssel enthält; andernfalls false.
Siehe auch
Referenz
DictionaryWrapper<TKey, TValue> Klasse