ui/winui/MainWindow.idl@b34bd1557c6c
ui/winui/MainWindow.idl
Sat, 05 Apr 2025 17:57:04 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 05 Apr 2025 17:57:04 +0200
- changeset 107
- b34bd1557c6c
- parent 0
-
2483f517c562
- permissions
- -rw-r--r--
use ui_list_update to update lists
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}