Replies: 1 comment
-
Maybe check this repository: https://github.com/CommunityToolkit/Microsoft.Toolkit.Win32 It contains the implementation of XAML islands for .net core 3.1. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
I an UWP app, I can implement IXamlMetadataProvider just as follow
when run, an instance of App will be passed to the Xaml runtime, which will query the IXamlMetadataProvider from the App instance.
In case of Win32 app that hosts Xaml UI, I have no idea of how to pass the IXamlMetadataProvider to Xaml framework. I have read this document. It created a global instance of hostApp (which inplements IXamlMetadataProvider interface by derive from XamlApplication), but I found no interaction between hostApp and Xaml runtime. Any suggestion? Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions