TileBinding Constructor (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 (
	ParamArray texts As TileText()
)

Parameters

texts
Type: Microsoft.WindowsAzure.Mobile.Service.TileText()

An initial set of TileText for this tile.

Return to top
Show: