Version

CultureSpecificStaticTileViewsCollection Class Members

The following tables list the members exposed by CultureSpecificStaticTileViewsCollection.

Protected Constructors
 NameDescription
Protected ConstructorCultureSpecificStaticTileViewsCollection ConstructorDeserialization constructor  
Public Properties
 NameDescription
Public PropertyCountReturns the number of items in this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<CultureSpecificStaticTileView>)
Public PropertyItemOverloaded. Returns the item associated with the specified key. (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<CultureSpecificStaticTileView>)
Protected Properties
 NameDescription
Protected PropertyPropertyIdOverridden. Returns the property identifier for this instance.  
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds the specified CultureSpecificStaticTileView instance to this collection.  
Public MethodClearRemoves all items from this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<CultureSpecificStaticTileView>)
Public MethodContainsOverloaded. Returns a boolean value indicating whether a view for the specified culture exists in this collection, optionally searching by the culture's two-letter name as well.  
Public MethodContainsKeyReturns a boolean value indicating whether an item with the specified key exists in this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<CultureSpecificStaticTileView>)
Public MethodIndexOfReturns the index of the specified item. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<CultureSpecificStaticTileView>)
Public MethodRemoveRemoves the item with the specified key from this collection. (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<CultureSpecificStaticTileView>)
Public MethodToStringReturns the string representation of this object. (Inherited from Infragistics.Win.UltraWinLiveTileView.IndexedCollectionBase<CultureSpecificStaticTileView>)
Public MethodTryGetValueGets the value associated with the specified key. (Inherited from Infragistics.Win.UltraWinLiveTileView.KeyedCollectionBase<CultureSpecificStaticTileView>)
See Also