PersonalizationStateInfoCollection Class
Provides a collection of SharedPersonalizationStateInfo and UserPersonalizationStateInfo objects.
Assembly: System.Web (in System.Web.dll)
The PersonalizationStateInfoCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | PersonalizationStateInfoCollection | Initializes a new instance of the PersonalizationStateInfoCollection class. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of items in a collection. |
![]() | IsSynchronized | Gets a value indicating whether access to the PersonalizationStateInfoCollection collection is synchronized (thread safe). |
![]() | Item[Int32] | Gets a PersonalizationStateInfo instance located at the specified ordinal index in the collection. |
![]() | Item[String, String] | Gets an element from the collection based on the specified parameters. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the PersonalizationStateInfoCollection instance. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a PersonalizationStateInfo-derived instance to the end of the collection. |
![]() | Clear | Clears the collection of all items. |
![]() | CopyTo | Copies the elements of the PersonalizationStateInfoCollection collection into a PersonalizationStateInfo array, starting at the specified position. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator | Returns a standard enumerator capable of iterating over the collection. This method cannot be inherited. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove | Removes a PersonalizationStateInfo-derived object from the collection. |
![]() | SetReadOnly | Marks the collection as read-only. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AsParallel | Enables parallelization of a query. (Defined by ParallelEnumerable.) |
![]() | AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
![]() | Cast<TResult> | Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
![]() | OfType<TResult> | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
The PersonalizationStateInfoCollection class provides a collection-based wrapper over a set of SharedPersonalizationStateInfo and UserPersonalizationStateInfo instances. These instances are retrieved by iterating sequentially over the collection, by ordinal index or by key value.
Instances are indexed on a combination of path and user name. This is necessary because SharedPersonalizationStateInfo instances representing shared data are indexed according to Path object, whereas UserPersonalizationStateInfo instances are indexed according to both a Path object and a Username object.
The information objects are maintained in the collection in the order in which they were received from the provider. The collection does not attempt to change the order of the instances or maintain a specific sort order within the collection.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.





