ui/winui/MainWindow.idl@80edb1a93f7a
ui/winui/MainWindow.idl
Sun, 17 Nov 2024 15:21:50 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 17 Nov 2024 15:21:50 +0100
- branch
- newapi
- changeset 387
- 80edb1a93f7a
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add public function for getting the UiContext UCX mempool
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}