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

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Common
Ensamblado:  Microsoft.TeamFoundation.Common (en Microsoft.TeamFoundation.Common.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ICollectionDictionary<TKey, TElement> Interfaz

TryGetValue (Sobrecarga)

Microsoft.TeamFoundation.Framework.Common (Espacio de nombres)