.NET Maui Windows 应用程序中如何使用 AutomationPeers?
How are AutomationPeers used in a .NET Maui Windows app?
是否有任何资源显示如何在 .NET Maui Windows 应用程序中使用 AutomationPeers?传统的 Xamarin 应用程序会使用 Windows.UI.Xaml.Automation.Peers,但我无法在 https://docs.microsoft.com/en-us/dotnet/maui/fundamentals/accessibility.
等资源中找到对等资源的提及
使用 Microsoft.UI.Xaml.Automation.Peers
而不是 Windows.UI.Xaml.Automation.Peers
。
This namespace requires the Microsoft.UI.Xaml.Controls
NuGet package
检查您的项目中是否安装了该包。
参考
https://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.xaml.automation.peers?view=winui-3.0
https://docs.microsoft.com/en-us/windows/win32/winauto/entry-uiauto-win32
是否有任何资源显示如何在 .NET Maui Windows 应用程序中使用 AutomationPeers?传统的 Xamarin 应用程序会使用 Windows.UI.Xaml.Automation.Peers,但我无法在 https://docs.microsoft.com/en-us/dotnet/maui/fundamentals/accessibility.
等资源中找到对等资源的提及使用 Microsoft.UI.Xaml.Automation.Peers
而不是 Windows.UI.Xaml.Automation.Peers
。
This namespace requires the
Microsoft.UI.Xaml.Controls
NuGet package
检查您的项目中是否安装了该包。
参考
https://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.xaml.automation.peers?view=winui-3.0
https://docs.microsoft.com/en-us/windows/win32/winauto/entry-uiauto-win32