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
images
Type: System.Collections.Generic.IEnumerable<TileImage>An initial set of TileImage for this tile.
texts
Type: System.Collections.Generic.IEnumerable<TileText>An initial set of TileText for this tile.
See Also
TileBinding Overload
TileBinding Class
Microsoft.WindowsAzure.Mobile.Service Namespace
Return to top