ui/winui/MainWindow.idl

6 weeks ago

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 19 Feb 2025 22:44:49 +0100 (6 weeks ago)
changeset 468
1f251c462f74
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

use UiGeneric for WebView

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