ui/winui/MainWindow.idl@541cec5e913c
ui/winui/MainWindow.idl
Sun, 25 Jan 2026 11:24:02 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 25 Jan 2026 11:24:02 +0100
- changeset 1056
- 541cec5e913c
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
check negativ index in list 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;
}
}