TileBinding Constructor (IEnumerable(Of TileImage), IEnumerable(Of TileText))

 

Initializes a new instance of the TileBinding class.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Public Sub New (
	images As IEnumerable(Of TileImage),
	texts As IEnumerable(Of TileText)
)

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.

Return to top
Show: