SettingsPropertyValueCollection Class
Contains a collection of settings property values that map SettingsProperty objects to SettingsPropertyValue objects.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | SettingsPropertyValueCollection() | Initializes a new instance of the SettingsPropertyValueCollection class. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets a value that specifies the number of SettingsPropertyValue objects in the collection. |
![]() | IsSynchronized | Gets a value that indicates whether access to the collection is synchronized (thread safe). |
![]() | Item(String) | Gets an item from the collection. |
![]() | SyncRoot | Gets the object to synchronize access to the collection. |
| Name | Description | |
|---|---|---|
![]() | Add(SettingsPropertyValue) | Adds a SettingsPropertyValue object to the collection. |
![]() | Clear() | Removes all SettingsPropertyValue objects from the collection. |
![]() | Clone() | Creates a copy of the existing collection. |
![]() | CopyTo(Array, Int32) | Copies this SettingsPropertyValueCollection collection to an array. |
![]() | 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() | Gets the IEnumerator object as it applies to the collection. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Remove(String) | Removes a SettingsPropertyValue object from the collection. |
![]() | SetReadOnly() | Sets the collection to be read-only. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast(Of TResult)() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType(Of TResult)() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


