ui/winui/MainWindow.idl@d44c895e9ee9
ui/winui/MainWindow.idl
Sun, 19 Apr 2026 20:05:11 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 19 Apr 2026 20:05:11 +0200
- changeset 1097
- d44c895e9ee9
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
change ui_reg_destructor behavior: registered destructors are called before the context mempool is destroyed
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}