comparison: ui/winui/MainWindow.idl
ui/winui/MainWindow.idl
- branch
- newapi
- changeset 205
- b1ac0dd1d38b
equal
deleted
inserted
replaced
|
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 } |