ICollectionDictionary<TKey, TElement>.TryGetValue-Methode (TKey, ICollection<TElement>%)
Namespace: Microsoft.TeamFoundation.Framework.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Function TryGetValue ( _
key As TKey, _
<OutAttribute> ByRef collection As ICollection(Of TElement) _
) As Boolean
bool TryGetValue(
TKey key,
out ICollection<TElement> collection
)
Parameter
- key
Typ: TKey
- collection
Typ: System.Collections.Generic.ICollection<TElement>%
Rückgabewert
Typ: System.Boolean
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.