ui/winui/MainWindow.idl@e097bc7cfec6
ui/winui/MainWindow.idl
Thu, 12 Feb 2026 15:44:46 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 12 Feb 2026 15:44:46 +0100
- changeset 1070
- e097bc7cfec6
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add functions for app reference counting
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}