Version

SelectedTilesCollection Class Members

The following tables list the members exposed by SelectedTilesCollection.

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
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds the specified tile to this collection.  
Public MethodClearOverridden. Removes all items from this collection.  
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 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>)
Protected Methods
 NameDescription
Protected MethodAddItemAddItem (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<TileBase>)
Protected MethodBumpVersionBumpVersion (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<TileBase>)
Protected MethodDeserializeItemDeserializes the specified SerializationEntry. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<TileBase>)
Protected MethodGetObjectDataGetObjectData (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<TileBase>)
Protected MethodInsertIntoListInserts an item into the internal list. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<TileBase>)
Protected MethodInsertItemInsertItem (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<TileBase>)
Protected MethodNotifyPropChangeNotifyPropChange (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<TileBase>)
Protected MethodOnItemAddedCalled immediately after an item is added to the collection, prior to any notifications. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<TileBase>)
Protected MethodOnItemRemovedCalled immediately after an item is removed from the collection, prior to any notifications. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<TileBase>)
Protected MethodRemoveFromListRemoves an item from the internal list. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<TileBase>)
Protected MethodRemoveItemAtRemoveItemAt (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<TileBase>)
Protected MethodSerializeItemSerializes the specified item; (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<TileBase>)
Protected MethodVerifyItemCanBeAddedVerifyItemCanBeAdded (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<TileBase>)
See Also