ui/winui/MainWindow.idl@ee794586f51b
ui/winui/MainWindow.idl
Mon, 29 Jan 2024 12:15:19 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 29 Jan 2024 12:15:19 +0100
- branch
- newapi
- changeset 236
- ee794586f51b
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add getvalue func for menu item lists (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;
}
}