ui/winui/MainWindow.idl@02af1d4a88df
ui/winui/MainWindow.idl
Sun, 25 Jan 2026 10:28:37 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 25 Jan 2026 10:28:37 +0100
- changeset 1055
- 02af1d4a88df
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
change return type of ui_list_getselection from UiListSelection to int, add ui_list_get_selection for returning UiListSelection
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}