ui/winui/MainWindow.idl

6 weeks ago

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 20 Feb 2025 22:32:58 +0100 (6 weeks ago)
changeset 469
3f6142271f58
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

add more webview API

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