ui/winui/MainWindow.idl@6872b59217a7
ui/winui/MainWindow.idl
Mon, 17 Nov 2025 14:27:48 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 17 Nov 2025 14:27:48 +0100
- changeset 902
- 6872b59217a7
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix var creation when a widget is already bound to this var name
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}