This documentation is archived and is not being maintained.
PersonalizationDictionary Properties
Visual Studio 2008
The PersonalizationDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of entries in the dictionary. |
|
IsFixedSize | Gets whether the personalization dictionary is of a fixed size. |
|
IsReadOnly | Gets whether the personalization dictionary is read-only. |
|
IsSynchronized | Gets whether the personalization dictionary is synchronized. |
|
Item | Gets or sets an entry in the personalization dictionary. |
|
Keys | Gets a reference to an ICollection object containing the keys for the personalization dictionary. |
|
SyncRoot | Gets an object that can be used to synchronize access to the personalization dictionary. |
|
Values | Gets a reference to an ICollection object containing the values in the personalization dictionary. |
| Name | Description | |
|---|---|---|
|
IDictionary::Item | Gets or sets the Item property value for the PersonalizationDictionary class. |
Show: