ui/winui/MainWindow.idl

changeset 0
2483f517c562
equal deleted inserted replaced
-1:000000000000 0:2483f517c562
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