Metodo CollectionDictionary<TKey, TElement>.TryGetValue (TKey, ICollection<TElement>%)

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Sintassi

'Dichiarazione
Public Function TryGetValue ( _
    key As TKey, _
    <OutAttribute> ByRef collection As ICollection(Of TElement) _
) As Boolean
public bool TryGetValue(
    TKey key,
    out ICollection<TElement> collection
)

Parametri

Valore restituito

Tipo: System.Boolean

Implementa

ICollectionDictionary<TKey, TElement>.TryGetValue(TKey, ICollection<TElement>%)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CollectionDictionary<TKey, TElement> Classe

Overload TryGetValue

Spazio dei nomi Microsoft.TeamFoundation.Framework.Common