ui/winui/MainWindow.idl@2f9d8af6a499
ui/winui/MainWindow.idl
Thu, 04 Jun 2026 19:59:58 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 04 Jun 2026 19:59:58 +0200
- changeset 1168
- 2f9d8af6a499
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
save list selections when unbinding
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}