共用方式為


CollectionDictionary<TKey, TElement>.RemoveElement 方法

命名空間:  Microsoft.TeamFoundation.Framework.Common
組件:  Microsoft.TeamFoundation.Common (在 Microsoft.TeamFoundation.Common.dll 中)

語法

'宣告
Public Function RemoveElement ( _
    key As TKey, _
    element As TElement _
) As Boolean
public bool RemoveElement(
    TKey key,
    TElement element
)

參數

傳回值

型別:System.Boolean

實作

ICollectionDictionary<TKey, TElement>.RemoveElement(TKey, TElement)

.NET Framework 安全性

請參閱

參考

CollectionDictionary<TKey, TElement> 類別

Microsoft.TeamFoundation.Framework.Common 命名空間