Partager via


HybridDictionary<TKey, TValue>.TryGetValue, méthode

Espace de noms :  Microsoft.Internal.VisualStudio.PlatformUI
Assembly :  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
Public Function TryGetValue ( _
    key As TKey, _
    <OutAttribute> ByRef value As TValue _
) As Boolean
public bool TryGetValue(
    TKey key,
    out TValue value
)

Paramètres

Valeur de retour

Type : System.Boolean

Implémentations

IDictionary<TKey, TValue>.TryGetValue(TKey, TValue%)

Sécurité .NET Framework

Voir aussi

Référence

HybridDictionary<TKey, TValue> Classe

Microsoft.Internal.VisualStudio.PlatformUI, espace de noms