ui/winui/MainWindow.idl

Mon, 24 Aug 2026 20:57:13 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Mon, 24 Aug 2026 20:57:13 +0200
changeset 1235
fb1cdbe893dc
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

add arg wrapper functions for the itemlist container

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