Share via


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)

Syntax

public TileBinding(
    params TileText[] texts
)
public:
TileBinding(
    ... array<TileText^>^ texts
)
new : 
        [<ParamArrayAttribute>] texts:TileText[] -> TileBinding
Public Sub New (
    ParamArray texts As TileText()
)

Parameters

See Also

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

Return to top