ui/winui/MainWindow.idl@6466b4f16e5e
ui/winui/MainWindow.idl
Sun, 24 Aug 2025 14:58:27 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 24 Aug 2025 14:58:27 +0200
- changeset 722
- 6466b4f16e5e
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
remove getvalue func from UiModel
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}