Ribbon for WinForms
Remove(TKey) メソッド

C1.Win.8 アセンブリ > C1.Win.Collections.ObjectModel 名前空間 > ObservableDictionary<TKey,TValue> クラス > Remove メソッド : Remove(TKey) メソッド
The key of the element to remove.
Removes the element with the specified key from the ObservableDictionary<TKey,TValue>.
シンタックス
'宣言
 
Public Overloads Function Remove( _
   ByVal key As TKey _
) As Boolean
public bool Remove( 
   TKey key
)

パラメータ

key
The key of the element to remove.

戻り値の型

true if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the original ObservableDictionary<TKey,TValue>.
参照

ObservableDictionary<TKey,TValue> クラス
ObservableDictionary<TKey,TValue> メンバ
オーバーロード一覧