我需要在AppBar-Button中引用resources.resw文件中的文本,但是它被设置为AutomationProperties.Name=""
。
我不能只将它作为AppBarSearch.AutomationProperties.Name
添加到resources.resw中,那么我该如何引用呢?
答案 0 :(得分:2)
AutomationProperties.Name
是附加属性,您需要处理它differently,即您需要在资源键中包含其名称空间:
AppBarSearch.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name