ui/winui/MainWindow.idl@198756ab2845
ui/winui/MainWindow.idl
Thu, 03 Apr 2025 21:24:43 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 03 Apr 2025 21:24:43 +0200
- changeset 548
- 198756ab2845
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add UIIMAGE type
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}