是否有可以查找 AppBarButtons 值的列表?
如果我在查看 StandardLayout.xaml 我发现了一些例子,像这样
<Style x:Key="ZoomOutButtonStyle" TargetType="Button" BasedOn="{StaticResource AppBarButtonStyle}">
<Setter Property="AutomationProperties.AutomationId" Value="ZoomOutButtonStyle"/>
<Setter Property="AutomationProperties.Name" Value="Zoom Out"/>
<Setter Property="Content" Value=""/>
</Style>
是否有类似值的列表

谢谢。