ui/winui/MainWindow.idl@a952760955b4
ui/winui/MainWindow.idl
Fri, 26 Jan 2024 17:17:14 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Fri, 26 Jan 2024 17:17:14 +0100
- branch
- newapi
- changeset 229
- a952760955b4
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add menu item list (WinUI3)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}