This documentation is archived and is not being maintained.

PersonalizationStateInfoCollection Properties

The PersonalizationStateInfoCollection type exposes the following members.

  NameDescription
Public property Count Gets the number of items in a collection.
Public property IsSynchronized Gets a value indicating whether access to the PersonalizationStateInfoCollection collection is synchronized (thread safe).
Public property Item[Int32] Gets a PersonalizationStateInfo instance located at the specified ordinal index in the collection.
Public property Item[String, String] Gets an element from the collection based on the specified parameters.
Public property SyncRoot Gets an object that can be used to synchronize access to the PersonalizationStateInfoCollection instance.
Top
Show: