This documentation is archived and is not being maintained.
PersonalizationStateInfoCollection Members
Visual Studio 2008
Provides a collection of SharedPersonalizationStateInfo and UserPersonalizationStateInfo objects.
The PersonalizationStateInfoCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
PersonalizationStateInfoCollection | Initializes a new instance of the PersonalizationStateInfoCollection class. |
| 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 | 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 | |
|---|---|---|
|
AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
|
Cast | Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
|
OfType | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
| 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 | Overloaded. 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. |
Show: