ui/winui/MainWindow.idl@8086681cabfb
ui/winui/MainWindow.idl
Sun, 15 Jun 2025 12:09:28 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 15 Jun 2025 12:09:28 +0200
- changeset 624
- 8086681cabfb
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add function for getting the UiContext parent context
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}