アプリに「ピン留めして開始」機能が必要です。次のコードのようにセカンダリ タイルを作成したくありません。
StandardTileData NewTileData = new StandardTileData
{
BackgroundImage = new Uri("Red.jpg", UriKind.Relative),
Title = "Secondary Tile",
Count = 12,
BackTitle = "Back of Tile",
BackContent = "Welcome to the back of the Tile",
BackBackgroundImage = new Uri("Blue.jpg", UriKind.Relative)
};
// Create the tile and pin it to Start. This will cause a navigation to Start and a deactivation of our application.
ShellTile.Create(new Uri("/SecondaryTile.xaml?DefaultTitle=FromTile", UriKind.Relative), NewTileData);
また、アイコンがスタート画面に固定されているときにアプリを終了させたくありません。