ui/winui/MainWindow.idl

Sun, 11 Feb 2024 15:44:33 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 11 Feb 2024 15:44:33 +0100
branch
newapi
changeset 252
7d176764756d
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

add input option to ui_dialog

// 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