Skip to content

Commit 9d6cc23

Browse files
authored
Update secondarytile.md
1 parent 01bbbaa commit 9d6cc23

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,7 +75,7 @@ if (SecondaryTile.Exists(tileId)) {
7575
}
7676
```
7777

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.
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.
7979

8080
```csharp
8181
// Get all secondary tiles
@@ -116,4 +116,4 @@ BadgeUpdateManager.CreateBadgeUpdaterForSecondaryTile(MainPage.dynamicTileId).Up
116116

117117
## -see-also
118118

119-
[Secondary tiles guidance](/windows/uwp/design/shell/tiles-and-notifications/secondary-tiles), [Secondary tiles sample (Windows 10)](https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/SecondaryTiles), [Mixed Reality Model sample](https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/MixedRealityModel)
119+
[Secondary tiles guidance](/windows/uwp/design/shell/tiles-and-notifications/secondary-tiles), [Secondary tiles sample (Windows 10)](https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/SecondaryTiles), [Mixed Reality Model sample](https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/MixedRealityModel)

0 commit comments

Comments
 (0)