ui/winui/MainWindow.idl

4 weeks ago

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 05 Mar 2025 22:28:01 +0100 (4 weeks ago)
changeset 487
077c5029aaee
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

fix text binding

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