ui/winui/MainWindow.idl@724c7036a03e
ui/winui/MainWindow.idl
Mon, 16 Jun 2025 21:21:00 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 16 Jun 2025 21:21:00 +0200
- changeset 626
- 724c7036a03e
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add functions for registering global object creation/destruction callbacks
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}