Skip to content

Commit 50ceac2

Browse files
authored
Merge pull request #2427 from HO-COOH/patch-1
Update secondarytile.md
2 parents d01ec03 + 9e531a9 commit 50ceac2

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
@@ -79,7 +79,7 @@ The following example demonstrates how to use the [FindAllForPackageAsync](secon
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.
@@ -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)