ui/winui/MainWindow.idl@8be7fd628fbc
ui/winui/MainWindow.idl
Fri, 15 Nov 2024 21:23:16 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Fri, 15 Nov 2024 21:23:16 +0100
- branch
- newapi
- changeset 384
- 8be7fd628fbc
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
start UiObject ref with 0 and increases ref with ui_show
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}