ui/winui/MainWindow.idl

Fri, 12 Dec 2025 12:28:32 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 12 Dec 2025 12:28:32 +0100
changeset 992
f421aef8f865
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

remove old UCX2 properties

// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.

namespace winui
{
    [default_interface]
    runtimeclass MainWindow : Microsoft.UI.Xaml.Window
    {
        MainWindow();
        Int32 MyProperty;
    }
}

mercurial