名前 | 解説 | |
---|---|---|
ObservableDictionary<TKey,TValue> コンストラクタ |
ObservableDictionary<TKey,TValue>データ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Count | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
Item | オーバーロードされます。 Gets or sets the element with the specified key. | |
Keys | Gets an ICollection containing the keys of the ObservableDictionary<TKey,TValue>. | |
Values | Gets an ICollection containing the values in the ObservableDictionary<TKey,TValue>. |
名前 | 解説 | |
---|---|---|
Items | System.Collections.ObjectModel.Collection<T>から継承されます。 |
名前 | 解説 | |
---|---|---|
Add | オーバーロードされます。 Adds an element with the provided key and value to the ObservableDictionary<TKey,TValue>. | |
Clear | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
Contains | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
ContainsKey | Determines whether the ObservableDictionary<TKey,TValue> contains an element with the specified key. | |
CopyTo | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
IndexOf | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
Insert | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
Move | System.Collections.ObjectModel.ObservableCollection<ObservableKeyValuePair<TKey,TValue>>から継承されます。 | |
Remove | オーバーロードされます。 Removes the element with the specified key from the ObservableDictionary<TKey,TValue>. | |
RemoveAt | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
TryGetValue | Gets the value associated with the specified key. |
名前 | 解説 | |
---|---|---|
CollectionChanged | System.Collections.ObjectModel.ObservableCollection<ObservableKeyValuePair<TKey,TValue>>から継承されます。 | |
ItemChanged | Occurs when a item value changes. |