ui/winui/MainWindow.idl@02bcdbc34f31
ui/winui/MainWindow.idl
Sun, 13 Jul 2025 08:55:17 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 13 Jul 2025 08:55:17 +0200
- changeset 657
- 02bcdbc34f31
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add UiList parameter to sublist getvalue func
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}