Compartilhar via


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

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

Sintaxe

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

Parâmetros

Valor de retorno

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ICollectionDictionary<TKey, TElement> Interface

Sobrecargas TryGetValue

Namespace Microsoft.TeamFoundation.Framework.Common