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

命名空间:  Microsoft.TeamFoundation.Framework.Common
程序集:  Microsoft.TeamFoundation.Common(在 Microsoft.TeamFoundation.Common.dll 中)

语法

声明
Function TryGetValue ( _
    key As TKey, _
    <OutAttribute> ByRef collection As ICollection(Of TElement) _
) As Boolean
bool TryGetValue(
    TKey key,
    out ICollection<TElement> collection
)

参数

返回值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

ICollectionDictionary<TKey, TElement> 接口

TryGetValue 重载

Microsoft.TeamFoundation.Framework.Common 命名空间