We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Got
error C2665: 'winrt::to_hstring': no overloaded function could convert all the argument types
The exact same code works in C# project
<StackPanel> <ComboBox x:Name="MyChoice" SelectedIndex="0"> <x:String>A</x:String> <x:String>B</x:String> </ComboBox> <TextBlock Text="{x:Bind (x:String)MyChoice.SelectedItem, Mode=OneWay}" /> </StackPanel>
No response
WinUI 3 - Windows App SDK 1.7 Experimental 3: 1.7.250127003-experimental3
Windows 11 (24H2): Build 26100
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Got
The exact same code works in C# project
Steps to reproduce the bug
Expected behavior
No response
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.7 Experimental 3: 1.7.250127003-experimental3
Windows version
Windows 11 (24H2): Build 26100
Additional context
No response
The text was updated successfully, but these errors were encountered: