Ribbon for WinForms
Item(TKey) プロパティ

C1.Win.8 アセンブリ > C1.Win.Collections.ObjectModel 名前空間 > ObservableDictionary<TKey,TValue> クラス > Item プロパティ : Item(TKey) プロパティ
The key of the element to get or set.
Gets or sets the element with the specified key.
シンタックス
'宣言
 
Public Overloads Property Item( _
   ByVal key As TKey _
) As TValue
public TValue Item( 
   TKey key
) {get; set;}

パラメータ

key
The key of the element to get or set.

プロパティ値

The element with the specified key.
参照

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