Partager via


WeakValueDictionary<K, V>.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 K, _
    <OutAttribute> ByRef value As V _
) As Boolean
public bool TryGetValue(
    K key,
    out V value
)

Paramètres

  • key
    Type : K
  • value
    Type : V%

Valeur de retour

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

WeakValueDictionary<K, V> Classe

Microsoft.Internal.VisualStudio.PlatformUI, espace de noms