ui/winui/MainWindow.idl@09459f07ab11
ui/winui/MainWindow.idl
Tue, 14 Apr 2026 18:08:20 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 14 Apr 2026 18:08:20 +0200
- changeset 1088
- 09459f07ab11
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add destructor func to UiList
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}