ui/winui/MainWindow.idl@011d236c4a05
ui/winui/MainWindow.idl
Mon, 25 Aug 2025 20:33:26 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 25 Aug 2025 20:33:26 +0200
- changeset 728
- 011d236c4a05
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add alternative UiModel creation functions
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}