ICollectionDictionary<TKey, TElement>.TryGetValue, méthode (TKey, ICollection<TElement>%)
Espace de noms : Microsoft.TeamFoundation.Framework.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Function TryGetValue ( _
key As TKey, _
<OutAttribute> ByRef collection As ICollection(Of TElement) _
) As Boolean
bool TryGetValue(
TKey key,
out ICollection<TElement> collection
)
Paramètres
- key
Type : TKey
- collection
Type : System.Collections.Generic.ICollection<TElement>%
Valeur de retour
Type : System.Boolean
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.