ui/winui/MainWindow.idl@3688266cab3c
ui/winui/MainWindow.idl
Thu, 13 Mar 2025 20:43:08 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 13 Mar 2025 20:43:08 +0100
- changeset 498
- 3688266cab3c
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add missing setop functions
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}