ui/winui/MainWindow.idl@174c11734dad
ui/winui/MainWindow.idl
Fri, 13 Jun 2025 21:37:00 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Fri, 13 Jun 2025 21:37:00 +0200
- changeset 620
- 174c11734dad
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add wrapper for sidebar and splitpane args
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}