ui/winui/MainWindow.idl@18c476d8b24f
ui/winui/MainWindow.idl
Sat, 21 Feb 2026 20:02:31 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 21 Feb 2026 20:02:31 +0100
- changeset 1073
- 18c476d8b24f
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add arg wrapper functions for visibility states
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}