在AppBar-Button中引用resources.resw

时间:2012-12-27 16:35:37

标签: xaml windows-runtime winrt-xaml

我需要在AppBar-Button中引用resources.resw文件中的文本,但是它被设置为AutomationProperties.Name=""
我不能只将它作为AppBarSearch.AutomationProperties.Name添加到resources.resw中,那么我该如何引用呢?

1 个答案:

答案 0 :(得分:2)

AutomationProperties.Name是附加属性,您需要处理它differently,即您需要在资源键中包含其名称空间:

AppBarSearch.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name