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

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

Sintaxe

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

Parâmetros de tipo

  • TCollection

Parâmetros

  • collection
    Tipo: TCollection%

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