ui/winui/MainWindow.idl@670b2c03413f
ui/winui/MainWindow.idl
Sat, 18 Oct 2025 12:23:52 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 18 Oct 2025 12:23:52 +0200
- changeset 862
- 670b2c03413f
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add ui_srclist_generate_sublist_num_data function
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}