ui/winui/MainWindow.idl

Sat, 28 Jun 2025 23:40:03 +0200

author
Olaf Winermann <olaf.wintermann@gmail.com>
date
Sat, 28 Jun 2025 23:40:03 +0200
changeset 644
8f735b12d5dc
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

add wrapper functions for UiSourceListArgs

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