Metodo WeakValueDictionary<K, V>.TryGetValue

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

Sintassi

'Dichiarazione
Public Function TryGetValue ( _
    key As K, _
    <OutAttribute> ByRef value As V _
) As Boolean
public bool TryGetValue(
    K key,
    out V value
)

Parametri

  • key
    Tipo: K
  • value
    Tipo: V%

Valore restituito

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WeakValueDictionary<K, V> Classe

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI