Compartilhar via


Método CollectionDictionary<TKey, TElement>.TryGetValue (TKey, ICollection<TElement>%)

Namespace:  Microsoft.TeamFoundation.Framework.Common
Assembly:  Microsoft.TeamFoundation.Common (em Microsoft.TeamFoundation.Common.dll)

Sintaxe

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

Parâmetros

Valor de retorno

Tipo: System.Boolean

Implementações

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

Segurança do .NET Framework

Consulte também

Referência

CollectionDictionary<TKey, TElement> Classe

Sobrecargas TryGetValue

Namespace Microsoft.TeamFoundation.Framework.Common