Share via


TileBinding Constructor (IEnumerable<TileImage>, IEnumerable<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(
    IEnumerable<TileImage> images,
    IEnumerable<TileText> texts
)
public:
TileBinding(
    IEnumerable<TileImage^>^ images,
    IEnumerable<TileText^>^ texts
)
new : 
        images:IEnumerable<TileImage> *
        texts:IEnumerable<TileText> -> TileBinding
Public Sub New (
    images As IEnumerable(Of TileImage),
    texts As IEnumerable(Of TileText)
)

Parameters

See Also

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

Return to top