Version

TilesCollection Class Members

The following tables list the members exposed by TilesCollection.

Protected Constructors
 NameDescription
Protected ConstructorTilesCollection ConstructorDeserialization constructor  
Public Properties
 NameDescription
Public PropertyCountReturns the number of items in this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<TileBase>)
Public PropertyItemOverloaded. Returns the item associated with the specified key. (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<TileBase>)
Protected Properties
 NameDescription
Protected PropertyPropertyIdOverridden. Returns the property identifier for this instance.  
Public Methods
 NameDescription
Public MethodAddAdds the specified tile to this collection.  
Public MethodAddLiveTileOverloaded. Adds a new tile to this collection.  
Public MethodAddStaticTileOverloaded. Adds a new tile to this collection with the specified key.  
Public MethodClearRemoves all items from this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<TileBase>)
Public MethodContainsReturns a boolean value indicating whether the specified item exists in this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<TileBase>)
Public MethodContainsKeyReturns a boolean value indicating whether an item with the specified key exists in this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<TileBase>)
Public MethodIndexOfReturns the index of the specified item. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<TileBase>)
Public MethodInsertAdds a new tile to this collection with the specified key.  
Public MethodRemoveOverloaded. Removes the specified tile from this collection.  
Public MethodToStringReturns the string representation of this object. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<TileBase>)
Public MethodTryGetValueGets the value associated with the specified key. (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<TileBase>)
See Also