ui/winui/MainWindow.idl@2889dd61cfb3
ui/winui/MainWindow.idl
Sat, 06 Jun 2026 19:18:21 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 06 Jun 2026 19:18:21 +0200
- changeset 1178
- 2889dd61cfb3
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
clear tableview selection when doing a full reload
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}