Metodo HybridDictionary<TKey, TValue>.ContainsKey

Spazio dei nomi:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Public Function ContainsKey ( _
    key As TKey _
) As Boolean
public bool ContainsKey(
    TKey key
)

Parametri

Valore restituito

Tipo: System.Boolean

Implementa

IDictionary<TKey, TValue>.ContainsKey(TKey)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

HybridDictionary<TKey, TValue> Classe

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI