ui/winui/MainWindow.idl@8570430391b3
ui/winui/MainWindow.idl
Mon, 09 Jun 2025 08:47:57 +0200
- author
- Olaf Winermann <olaf.wintermann@gmail.com>
- date
- Mon, 09 Jun 2025 08:47:57 +0200
- changeset 612
- 8570430391b3
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix reference counting in UiGeneric set/get 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;
}
}