Skip to content

Commit 9e531a9

Browse files
authored
Update secondarytile.md
updating code instead of link
1 parent 9d6cc23 commit 9e531a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

windows.ui.startscreen/secondarytile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ if (SecondaryTile.Exists(tileId)) {
7575
}
7676
```
7777

78-
The following example demonstrates how to use the [FindAllAsync](secondarytile_findallasync_326280522.md) method to retrieve a list of IDs for all secondary tiles created for the calling app and any other app in the same package.
78+
The following example demonstrates how to use the [FindAllForPackageAsync](secondarytile_findallforpackageasync_2029224098.md) method to retrieve a list of IDs for all secondary tiles created for the calling app and any other app in the same package.
7979

8080
```csharp
8181
// Get all secondary tiles
82-
var tiles = await SecondaryTile.FindAllAsync();
82+
var tiles = await SecondaryTile.FindAllForPackageAsync();
8383
```
8484

8585
The following example demonstrates how to use the [TileUpdateManager.createTileUpdaterForSecondaryTile](../windows.ui.notifications/tileupdatemanager_createtileupdaterforsecondarytile_445640521.md) method to send a notification to a secondary tile with an ID of "SecondaryTile.Dynamic". Note that the example provides both a wide and square version of the notification because the user has control over which form of the tile is showing.

0 commit comments

Comments
 (0)