VisualTile::Bindings Property

 

The TileBinding specifies a tile templates. Every notification should include one binding element for each supported tile size.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Notifications
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public:
[XmlElementAttribute("binding")]
property Collection<TileBinding^>^ Bindings {
	[CompilerGeneratedAttribute]
	Collection<TileBinding^>^ get();
	[CompilerGeneratedAttribute]
	private: void set(Collection<TileBinding^>^ value);
}
Return to top
Show: