metro app
test808
这个作者很懒,什么都没留下…
展开
-
磁贴 & 磁贴通知
[code="c#"] //选择模版 XmlDocument largeTileData = TileUpdateManager.GetTemplateContent(TileTemplateType.TileWidePeekImage01); //添加文字说明 XmlNodeList largetextdata...原创 2013-03-11 15:54:20 · 194 阅读 · 0 评论 -
固定辅助磁贴
[code="c#"] if (SecondaryTile.Exists(appbarTileId)) { SecondaryTile secondaryTile = new SecondaryTile(appbarTileId); bool isUnpinned = await secondar...原创 2013-03-11 17:37:49 · 218 阅读 · 0 评论 -
metro File IO
Here are some code snips to replace the missing funcionality in System.IO Extracted from the samples at http://code.msdn.microsoft.com/windowsapps Common code: using System.Threading.Tasks;...原创 2012-11-07 17:42:30 · 132 阅读 · 0 评论 -
metro Analytics
只实现了TrackEvent 其他的同理 [code="c#"] string CommitUrl = "http://www.google-analytics.com/__utm.gif"; const string UAID = "UA-00000000-0"; public static void TrackEvent(string category, string action...原创 2013-04-22 13:23:59 · 227 阅读 · 0 评论