ui/winui/MainWindow.idl@e2b33055113f
ui/winui/MainWindow.idl
Sun, 28 Jan 2024 11:42:42 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 28 Jan 2024 11:42:42 +0100
- branch
- newapi
- changeset 232
- e2b33055113f
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix list binding not copied correctly when attaching a document
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}