ui/winui/MainWindow.idl

Mon, 21 Oct 2024 13:22:45 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Mon, 21 Oct 2024 13:22:45 +0200
changeset 53
da05df77652e
parent 0
2483f517c562
permissions
-rw-r--r--

add menu items to open resource 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