ui/winui/MainWindow.idl@b4b3c689ff8a
ui/winui/MainWindow.idl
Wed, 20 May 2026 19:38:54 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 20 May 2026 19:38:54 +0200
- changeset 1134
- b4b3c689ff8a
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add ui_mainthread_object_unref/ui_mainthread_document_unref wrapper 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;
}
}