Version
No response
Summary
From this documentation, it should be able to expose a Char type from the idl, but doing this will cause a compile error:
static_assert(impl::has_category_v<T>, "T must be WinRT type.");
Reproducible example
Use this idl
[default_interface]
runtimeclass MainPage : Windows.UI.Xaml.Controls.Page
{
MainPage();
Char MyProperty;
}
Expected behavior
Compiles
Actual behavior
No response
Additional comments
No response
Version
No response
Summary
From this documentation, it should be able to expose a
Chartype from the idl, but doing this will cause a compile error:Reproducible example
Use this idl
[default_interface] runtimeclass MainPage : Windows.UI.Xaml.Controls.Page { MainPage(); Char MyProperty; }Expected behavior
Compiles
Actual behavior
No response
Additional comments
No response