TileBinding Constructor (IEnumerable(Of TileImage), IEnumerable(Of TileText))
Initializes a new instance of the TileBinding class.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Parameters
- images
-
Type:
System.Collections.Generic.IEnumerable(Of TileImage)
An initial set of TileImage for this tile.
- texts
-
Type:
System.Collections.Generic.IEnumerable(Of TileText)
An initial set of TileText for this tile.
Show: