c# - How to recover the property TileID a SecondaryTile? -


in app, create secondarytile. arguments , tileid insert id property of object. how retrieve value in page when press on app.xaml.cs secondarytile , how navigate page want? code:

    secondarytile t2 = new secondarytile();     t2.tileid = muss.id.tostring();     t2.arguments = muss.id.tostring();     string nome = "open arte";     t2.displayname = nome;      t2.visualelements.square150x150logo = new uri(string.format("ms-appdata:///local/{0}", filename));     t2.visualelements.shownameonsquare150x150logo = true;     await t2.requestcreateasync();    createlivetilesecondary(); 

you retrieve launchactivatedeventargs.tileid property - see msdn


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -