CollectionDictionary<TKey, TElement>.TryGetValue-Methode (TKey, ICollection<TElement>%)

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

Syntax

'Declaration
Public Function TryGetValue ( _
    key As TKey, _
    <OutAttribute> ByRef collection As ICollection(Of TElement) _
) As Boolean
public bool TryGetValue(
    TKey key,
    out ICollection<TElement> collection
)

Parameter

Rückgabewert

Typ: System.Boolean

Implementiert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

CollectionDictionary<TKey, TElement> Klasse

TryGetValue-Überladung

Microsoft.TeamFoundation.Framework.Common-Namespace