ui/winui/MainWindow.idl@388285e877fe
ui/winui/MainWindow.idl
Tue, 28 Apr 2026 16:36:10 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 28 Apr 2026 16:36:10 +0200
- changeset 1114
- 388285e877fe
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
extend textarea API
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}