ui/winui/MainWindow.idl

8 weeks ago

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Mon, 17 Feb 2025 22:17:21 +0100 (8 weeks ago)
changeset 467
08e0a66d3bd6
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

make ui_list_free public

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