ui/winui/MainWindow.idl@c3dfcb8f0be7
ui/winui/MainWindow.idl
Sun, 24 Aug 2025 15:24:16 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 24 Aug 2025 15:24:16 +0200
- changeset 109
- c3dfcb8f0be7
- parent 0
-
2483f517c562
- permissions
- -rw-r--r--
update toolkit, remove getvalue func from model to table/listview args
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}