Metodo HybridDictionary<TKey, TValue>.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 TKey, _
    <OutAttribute> ByRef value As TValue _
) As Boolean
public bool TryGetValue(
    TKey key,
    out TValue value
)

Parametri

Valore restituito

Tipo: System.Boolean

Implementa

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

HybridDictionary<TKey, TValue> Classe

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI