ui/winui/MainWindow.idl@882e49cf7192
ui/winui/MainWindow.idl
Tue, 09 Sep 2025 16:14:11 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 09 Sep 2025 16:14:11 +0200
- changeset 753
- 882e49cf7192
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
make some function parameters const
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}