ui/winui/MainWindow.idl@b79469a55540
ui/winui/MainWindow.idl
Fri, 05 Jun 2026 18:02:54 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Fri, 05 Jun 2026 18:02:54 +0200
- changeset 1170
- b79469a55540
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add ui_call_action3 for calling actions with a typed object as argument
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}