ui/winui/MainWindow.idl@4bbf0487509f
ui/winui/MainWindow.idl
Sun, 14 Jun 2026 10:52:28 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 14 Jun 2026 10:52:28 +0200
- changeset 1197
- 4bbf0487509f
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add ui_document_onattach_action/ui_document_ondetach_action
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}