Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit f6f4c8b

Browse files
guimafelipeFelipe da Conceicao Guimaraes
andauthored
Adding AutomationProperties.Name to Banner (#2510)
* Unsubscribing when unloading * Removing OnNavigatingFrom call * Making Unloaded async * Adding automation properties name to baseline banner view --------- Co-authored-by: Felipe da Conceicao Guimaraes <[email protected]>
1 parent 0776365 commit f6f4c8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/Views/Banner.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
66
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
77
xmlns:commonviews="using:DevHome.Common.Views"
8+
AutomationProperties.Name="{x:Bind Title}"
89
mc:Ignorable="d">
910
<Grid x:Name="BannerGrid" Height="214">
1011
<Grid.Background>

0 commit comments

Comments
 (0)