TileBinding Constructor (TileImage )
Initializes a new instance of the TileBinding class.
Namespace: Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Syntax
public TileBinding(
params TileImage[] images
)
public:
TileBinding(
... array<TileImage^>^ images
)
new :
[<ParamArrayAttribute>] images:TileImage[] -> TileBinding
Public Sub New (
ParamArray images As TileImage()
)
Parameters
images
Type: Microsoft.WindowsAzure.Mobile.Service.TileImage[]An initial set of TileImage for this tile.
See Also
TileBinding Overload
TileBinding Class
Microsoft.WindowsAzure.Mobile.Service Namespace
Return to top