Share via


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

See Also

TileBinding Overload
TileBinding Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top