ui/winui/MainWindow.idl

Mon, 28 Jul 2025 21:23:49 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Mon, 28 Jul 2025 21:23:49 +0200
changeset 679
bdc3f59b21ca
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

init webview with existing value in ui_webview_create

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