ui/winui/MainWindow.idl

branch
newapi
changeset 205
b1ac0dd1d38b
equal deleted inserted replaced
204:4a258d47f964 205:b1ac0dd1d38b
1 // Copyright (c) Microsoft Corporation and Contributors.
2 // Licensed under the MIT License.
3
4 namespace winui
5 {
6 [default_interface]
7 runtimeclass MainWindow : Microsoft.UI.Xaml.Window
8 {
9 MainWindow();
10 Int32 MyProperty;
11 }
12 }

mercurial