ui/winui/MainWindow.idl@f135137ae209
ui/winui/MainWindow.idl
Mon, 29 Sep 2025 21:28:19 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 29 Sep 2025 21:28:19 +0200
- changeset 780
- f135137ae209
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add list args functions for the onsave callback
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}