ui/winui/MainWindow.idl@92592a640fe3
ui/winui/MainWindow.idl
Sun, 25 Jan 2026 16:27:12 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 25 Jan 2026 16:27:12 +0100
- changeset 1058
- 92592a640fe3
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
allow NULL value in ui_string_set/ui_text_set
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}