G
G
Gregory2016-05-08 15:26:05
Windows
Gregory, 2016-05-08 15:26:05

How to make an XML tile file for a UWP app?

I decided to see how actively advertised UWP applications are written.
It got stuck at the next moment: in the docks it is proposed to create a tile for the application like this:

XmlDocument tileXml = TileUpdateManager.GetTemplateContent(TileTemplateType.TileWide310x150ImageAndText01);

Those. we choose from some templates, and then we change this template through the C# code without working directly with XML. But how to write a code for a tile in a separate XML file and connect it already in the C# code?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dmitry_dvm, 2016-05-18
@dmitry_dvm

https://blogs.msdn.microsoft.com/tiles_and_toasts/...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question