Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
5050ae66
Commit
5050ae66
authored
Jan 24, 2023
by
Rémi Bernon
Committed by
Alexandre Julliard
Jan 25, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add Windows.Foundation.Collections.IPropertySet definition.
parent
1aadd3fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
windows.foundation.idl
include/windows.foundation.idl
+26
-0
No files found.
include/windows.foundation.idl
View file @
5050ae66
...
...
@@ -27,6 +27,32 @@ import "eventtoken.idl";
/*
import
"ivectorchangedeventargs.idl"
; */
import
"windows.foundation.collections.idl"
;
namespace
Windows
.
Foundation.Collections
{
interface
IPropertySet
;
declare
{
interface
Windows
.
Foundation.Collections.IKeyValuePair<HSTRING
,
IInspectable
*
>
;
interface
Windows
.
Foundation.Collections.IIterable<Windows.Foundation.Collections.IKeyValuePair<HSTRING
,
IInspectable
*
>
*
>
;
interface
Windows
.
Foundation.Collections.IIterator<Windows.Foundation.Collections.IKeyValuePair<HSTRING
,
IInspectable
*
>
*
>
;
interface
Windows
.
Foundation.Collections.IMapChangedEventArgs<HSTRING>;
interface
Windows
.
Foundation.Collections.MapChangedEventHandler<HSTRING
,
IInspectable
*
>
;
interface
Windows
.
Foundation.Collections.IMap<HSTRING
,
IInspectable
*
>
;
interface
Windows
.
Foundation.Collections.IMapView<HSTRING
,
IInspectable
*
>
;
interface
Windows
.
Foundation.Collections.IObservableMap<HSTRING
,
IInspectable
*
>
;
}
[
contract
(
Windows
.
Foundation.FoundationContract
,
1.0
),
uuid
(
8
a43ed9f
-
f4e6
-
4421
-
acf9
-
1
dab2986820c
)
]
interface
IPropertySet
:
IInspectable
requires
Windows
.
Foundation.Collections.IObservableMap<HSTRING
,
IInspectable
*
>
,
Windows
.
Foundation.Collections.IMap<HSTRING
,
IInspectable
*
>
,
Windows
.
Foundation.Collections.IIterable<Windows.Foundation.Collections.IKeyValuePair<HSTRING
,
IInspectable
*
>
*
>
{
}
}
namespace
Windows
.
Foundation
{
typedef
enum
PropertyType
PropertyType
;
typedef
struct
Point
Point
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment