Version

LiveTileContentElementsCollection Class Members

The following tables list the members exposed by LiveTileContentElementsCollection.

Protected Constructors
 NameDescription
Protected ConstructorLiveTileContentElementsCollection ConstructorDeserialization constructor  
Public Properties
 NameDescription
Public PropertyCountReturns the number of items in this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<LiveTileContentElementBase>)
Public PropertyItemOverloaded. Returns the item associated with the specified key. (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<LiveTileContentElementBase>)
Protected Properties
 NameDescription
Protected PropertyPropertyIdOverridden. Returns the property identifier for this instance.  
Public Methods
 NameDescription
Public MethodAddAdds the specified element to this collection.  
Public MethodAddImageAdds a new image element to this collection.  
Public MethodAddTextOverloaded. Adds a new text element to this collection.  
Public MethodClearRemoves all items from this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<LiveTileContentElementBase>)
Public MethodContainsReturns a boolean value indicating whether the specified item exists in this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<LiveTileContentElementBase>)
Public MethodContainsKeyReturns a boolean value indicating whether an item with the specified key exists in this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<LiveTileContentElementBase>)
Public MethodIndexOfReturns the index of the specified item. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<LiveTileContentElementBase>)
Public MethodInsertAdds a new element to this collection.  
Public MethodRemoveOverloaded. Removes the specified element from this collection.  
Public MethodToStringReturns the string representation of this object. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<LiveTileContentElementBase>)
Public MethodTryGetValueGets the value associated with the specified key. (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<LiveTileContentElementBase>)
Protected Methods
 NameDescription
Protected MethodAddItemOverridden. AddItem  
Protected MethodBumpVersionBumpVersion (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<LiveTileContentElementBase>)
Protected MethodDeserializeItemOverridden. DeserializeItem  
Protected MethodGetObjectDataGetObjectData (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<LiveTileContentElementBase>)
Protected MethodInsertIntoListInserts an item into the internal list. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<LiveTileContentElementBase>)
Protected MethodInsertItemInsertItem (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<LiveTileContentElementBase>)
Protected MethodNotifyPropChangeOverridden. NotifyPropChange  
Protected MethodOnItemAddedOverridden. Called immediately after an item is added to the collection, prior to any notifications.  
Protected MethodOnItemRemovedOverridden. Called immediately after an item is removed from the collection, prior to any notifications.  
Protected MethodRemoveFromListRemoves an item from the internal list. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<LiveTileContentElementBase>)
Protected MethodRemoveItemAtRemoveItemAt (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<LiveTileContentElementBase>)
Protected MethodSerializeItemOverridden. SerializeItem  
Protected MethodVerifyItemCanBeAddedVerifyItemCanBeAdded (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<LiveTileContentElementBase>)
See Also