ui/winui/MainWindow.idl@8e8c7670547f
ui/winui/MainWindow.idl
Thu, 23 Apr 2026 16:25:13 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 23 Apr 2026 16:25:13 +0200
- changeset 1105
- 8e8c7670547f
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add ui_list_insert
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}