在我的UWP应用程序中,我有 TextBlock:
<TextBlock Text="Text0"
AutomationProperties.Name="Text1" />
Text讲述人仅在扫描模式下读取属性而忽略AutomationProperties.Name.
AutomationProperties.LabeledBy同样不起作用。
为什么讲述人AutomationProperties.Name在扫描模式(CapsLock + Space)下忽略TextBlock?
谢谢。