The following tables list the members exposed by TilesCollection.
Name | Description | |
---|---|---|
TilesCollection Constructor | Deserialization constructor |
Name | Description | |
---|---|---|
Count | Returns the number of items in this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<TileBase>) | |
Item | Overloaded. Returns the item associated with the specified key. (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<TileBase>) |
Name | Description | |
---|---|---|
PropertyId | Overridden. Returns the property identifier for this instance. |
Name | Description | |
---|---|---|
Add | Adds the specified tile to this collection. | |
AddLiveTile | Overloaded. Adds a new tile to this collection. | |
AddStaticTile | Overloaded. Adds a new tile to this collection with the specified key. | |
Clear | Removes all items from this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<TileBase>) | |
Contains | Returns a boolean value indicating whether the specified item exists in this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<TileBase>) | |
ContainsKey | Returns a boolean value indicating whether an item with the specified key exists in this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<TileBase>) | |
IndexOf | Returns the index of the specified item. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<TileBase>) | |
Insert | Adds a new tile to this collection with the specified key. | |
Remove | Overloaded. Removes the specified tile from this collection. | |
ToString | Returns the string representation of this object. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<TileBase>) | |
TryGetValue | Gets the value associated with the specified key. (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<TileBase>) |