ui/winui/MainWindow.idl@b15ada8bdd8f
ui/winui/MainWindow.idl
Mon, 29 Sep 2025 21:31:49 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 29 Sep 2025 21:31:49 +0200
- changeset 781
- b15ada8bdd8f
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add type to UiCellValue
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}