The SmartTileBackgroundStateList type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds a SmartTileBackgroundState object to the end of the list.
| |
| Clear | (Inherited from ValidatingList.) | |
| Contains |
Determines whether a SmartTileBackgroundState object is in the list.
| |
| CopyTo | (Inherited from ValidatingList.) | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| GetEnumerator | (Inherited from ValidatingList.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Searches for the specified SmartTileBackgroundState object and returns the zero-based index of the first occurrence within the entire list.
| |
| Insert |
Inserts a SmartTileBackgroundState object into the list at the specified index.
| |
| OnClear | (Inherited from ValidatingList.) | |
| OnClearComplete | (Inherited from ValidatingList.) | |
| OnInsert | (Inherited from ValidatingList.) | |
| OnInsertComplete | (Inherited from ValidatingList.) | |
| OnRemove | (Inherited from ValidatingList.) | |
| OnRemoveComplete | (Inherited from ValidatingList.) | |
| OnSet | (Inherited from ValidatingList.) | |
| OnSetComplete | (Inherited from ValidatingList.) | |
| Remove |
Removes the first occurrence of a specific SmartTileBackgroundState object from the list.
| |
| RemoveAt | (Inherited from ValidatingList.) | |
| ToArray |
Copies the elements of the list to a new array of SmartTileBackgroundState objects.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| ToList<(Of <<'(T>)>>) |
Converts IEnumerable to List{T}
(Defined by ExtensionMethods.) |