win32more-Microsoft.WindowsAppSDK 0.6.1.7.250310001__py2.py3-none-any.whl → 0.7.1.7.251107005__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- win32more/Microsoft/Foundation/__init__.py +1 -1
- win32more/Microsoft/Graphics/DirectX/__init__.py +1 -1
- win32more/Microsoft/Graphics/Display/__init__.py +9 -9
- win32more/Microsoft/Graphics/Imaging/__init__.py +77 -0
- win32more/Microsoft/Security/Authentication/OAuth/__init__.py +111 -111
- win32more/Microsoft/UI/Composition/Core/__init__.py +3 -3
- win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +1 -1
- win32more/Microsoft/UI/Composition/Effects/__init__.py +3 -3
- win32more/Microsoft/UI/Composition/Interactions/__init__.py +1 -1
- win32more/Microsoft/UI/Composition/Scenes/__init__.py +10 -10
- win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +8 -8
- win32more/Microsoft/UI/Composition/__init__.py +134 -134
- win32more/Microsoft/UI/Content/__init__.py +39 -39
- win32more/Microsoft/UI/Dispatching/__init__.py +11 -11
- win32more/Microsoft/UI/Input/DragDrop/__init__.py +7 -7
- win32more/Microsoft/UI/Input/Interop/__init__.py +1 -1
- win32more/Microsoft/UI/Input/__init__.py +103 -99
- win32more/Microsoft/UI/System/__init__.py +5 -5
- win32more/Microsoft/UI/Text/__init__.py +30 -30
- win32more/Microsoft/UI/Windowing/__init__.py +27 -27
- win32more/Microsoft/UI/Xaml/Automation/Peers/__init__.py +56 -55
- win32more/Microsoft/UI/Xaml/Automation/Provider/__init__.py +19 -19
- win32more/Microsoft/UI/Xaml/Automation/Text/__init__.py +1 -1
- win32more/Microsoft/UI/Xaml/Automation/__init__.py +41 -41
- win32more/Microsoft/UI/Xaml/Controls/AnimatedVisuals/__init__.py +17 -17
- win32more/Microsoft/UI/Xaml/Controls/Primitives/__init__.py +108 -107
- win32more/Microsoft/UI/Xaml/Controls/__init__.py +744 -744
- win32more/Microsoft/UI/Xaml/Data/__init__.py +31 -30
- win32more/Microsoft/UI/Xaml/Documents/__init__.py +38 -37
- win32more/Microsoft/UI/Xaml/Hosting/__init__.py +7 -7
- win32more/Microsoft/UI/Xaml/Input/__init__.py +38 -31
- win32more/Microsoft/UI/Xaml/Interop/__init__.py +3 -3
- win32more/Microsoft/UI/Xaml/Markup/__init__.py +19 -17
- win32more/Microsoft/UI/Xaml/Media/Animation/__init__.py +111 -109
- win32more/Microsoft/UI/Xaml/Media/Imaging/__init__.py +11 -11
- win32more/Microsoft/UI/Xaml/Media/Media3D/__init__.py +2 -1
- win32more/Microsoft/UI/Xaml/Media/__init__.py +34 -28
- win32more/Microsoft/UI/Xaml/Navigation/__init__.py +1 -1
- win32more/Microsoft/UI/Xaml/Printing/__init__.py +7 -7
- win32more/Microsoft/UI/Xaml/Resources/__init__.py +3 -3
- win32more/Microsoft/UI/Xaml/Shapes/__init__.py +1 -1
- win32more/Microsoft/UI/Xaml/XamlTypeInfo/__init__.py +2 -2
- win32more/Microsoft/UI/Xaml/__init__.py +190 -186
- win32more/Microsoft/UI/__init__.py +8 -5
- win32more/Microsoft/Windows/AI/ContentSafety/__init__.py +197 -0
- win32more/Microsoft/Windows/AI/Imaging/__init__.py +366 -0
- win32more/Microsoft/Windows/AI/Text/__init__.py +261 -0
- win32more/Microsoft/Windows/AI/__init__.py +49 -0
- win32more/Microsoft/Windows/AppLifecycle/__init__.py +21 -21
- win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +99 -99
- win32more/Microsoft/Windows/AppNotifications/__init__.py +45 -45
- win32more/Microsoft/Windows/ApplicationModel/Background/UniversalBGTask/__init__.py +1 -1
- win32more/Microsoft/Windows/ApplicationModel/Background/__init__.py +7 -7
- win32more/Microsoft/Windows/ApplicationModel/DynamicDependency/__init__.py +22 -21
- win32more/Microsoft/Windows/ApplicationModel/Resources/__init__.py +59 -59
- win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +32 -7
- win32more/Microsoft/Windows/BadgeNotifications/__init__.py +1 -1
- win32more/Microsoft/Windows/Globalization/__init__.py +9 -9
- win32more/Microsoft/Windows/Management/Deployment/__init__.py +86 -85
- win32more/Microsoft/Windows/Media/Capture/__init__.py +1 -1
- win32more/Microsoft/Windows/PushNotifications/__init__.py +6 -5
- win32more/Microsoft/Windows/Security/AccessControl/__init__.py +7 -6
- win32more/Microsoft/Windows/Storage/__init__.py +27 -27
- win32more/Microsoft/Windows/System/Power/__init__.py +23 -12
- win32more/Microsoft/Windows/System/__init__.py +15 -15
- win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py +65 -65
- win32more/Microsoft/Windows/Widgets/Notifications/__init__.py +25 -25
- win32more/Microsoft/Windows/Widgets/Providers/__init__.py +91 -67
- win32more/Microsoft/Windows/Widgets/__init__.py +2 -2
- win32more/Microsoft/Windows/Workloads/__init__.py +11 -0
- win32more/appsdk/versioninfo.py +1 -1
- win32more/dll/arm64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/arm64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x86/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/x86/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info/METADATA +6 -0
- win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info/RECORD +81 -0
- {win32more_microsoft_windowsappsdk-0.6.1.7.250310001.dist-info → win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info}/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +1 -1
- win32more_microsoft_windowsappsdk-0.6.1.7.250310001.dist-info/METADATA +0 -6
- win32more_microsoft_windowsappsdk-0.6.1.7.250310001.dist-info/RECORD +0 -75
- {win32more_microsoft_windowsappsdk-0.6.1.7.250310001.dist-info → win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info}/WHEEL +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
|
-
from win32more.
|
|
2
|
+
from win32more._prelude import *
|
|
3
3
|
import win32more.Microsoft.Windows.ApplicationModel.Resources
|
|
4
4
|
import win32more.Windows.Foundation
|
|
5
5
|
import win32more.Windows.Foundation.Collections
|
|
@@ -8,23 +8,23 @@ class IKnownResourceQualifierNameStatics(ComPtr):
|
|
|
8
8
|
_classid_ = 'Microsoft.Windows.ApplicationModel.Resources.IKnownResourceQualifierNameStatics'
|
|
9
9
|
_iid_ = Guid('{dd6cdedc-559b-50c8-ac53-82fe21f915f3}')
|
|
10
10
|
@winrt_commethod(6)
|
|
11
|
-
def get_Contrast(self) ->
|
|
11
|
+
def get_Contrast(self) -> hstr: ...
|
|
12
12
|
@winrt_commethod(7)
|
|
13
|
-
def get_Custom(self) ->
|
|
13
|
+
def get_Custom(self) -> hstr: ...
|
|
14
14
|
@winrt_commethod(8)
|
|
15
|
-
def get_DeviceFamily(self) ->
|
|
15
|
+
def get_DeviceFamily(self) -> hstr: ...
|
|
16
16
|
@winrt_commethod(9)
|
|
17
|
-
def get_HomeRegion(self) ->
|
|
17
|
+
def get_HomeRegion(self) -> hstr: ...
|
|
18
18
|
@winrt_commethod(10)
|
|
19
|
-
def get_Language(self) ->
|
|
19
|
+
def get_Language(self) -> hstr: ...
|
|
20
20
|
@winrt_commethod(11)
|
|
21
|
-
def get_LayoutDirection(self) ->
|
|
21
|
+
def get_LayoutDirection(self) -> hstr: ...
|
|
22
22
|
@winrt_commethod(12)
|
|
23
|
-
def get_Scale(self) ->
|
|
23
|
+
def get_Scale(self) -> hstr: ...
|
|
24
24
|
@winrt_commethod(13)
|
|
25
|
-
def get_TargetSize(self) ->
|
|
25
|
+
def get_TargetSize(self) -> hstr: ...
|
|
26
26
|
@winrt_commethod(14)
|
|
27
|
-
def get_Theme(self) ->
|
|
27
|
+
def get_Theme(self) -> hstr: ...
|
|
28
28
|
Contrast = property(get_Contrast, None)
|
|
29
29
|
Custom = property(get_Custom, None)
|
|
30
30
|
DeviceFamily = property(get_DeviceFamily, None)
|
|
@@ -39,13 +39,13 @@ class IResourceCandidate(ComPtr):
|
|
|
39
39
|
_classid_ = 'Microsoft.Windows.ApplicationModel.Resources.IResourceCandidate'
|
|
40
40
|
_iid_ = Guid('{6c54bc0c-ef1e-57b8-b478-34fece737356}')
|
|
41
41
|
@winrt_commethod(6)
|
|
42
|
-
def get_ValueAsString(self) ->
|
|
42
|
+
def get_ValueAsString(self) -> hstr: ...
|
|
43
43
|
@winrt_commethod(7)
|
|
44
44
|
def get_ValueAsBytes(self) -> ReceiveArray[Byte]: ...
|
|
45
45
|
@winrt_commethod(8)
|
|
46
46
|
def get_Kind(self) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceCandidateKind: ...
|
|
47
47
|
@winrt_commethod(9)
|
|
48
|
-
def get_QualifierValues(self) -> win32more.Windows.Foundation.Collections.IMapView[
|
|
48
|
+
def get_QualifierValues(self) -> win32more.Windows.Foundation.Collections.IMapView[hstr, hstr]: ...
|
|
49
49
|
Kind = property(get_Kind, None)
|
|
50
50
|
QualifierValues = property(get_QualifierValues, None)
|
|
51
51
|
ValueAsBytes = property(get_ValueAsBytes, None)
|
|
@@ -55,7 +55,7 @@ class IResourceCandidateFactory(ComPtr):
|
|
|
55
55
|
_classid_ = 'Microsoft.Windows.ApplicationModel.Resources.IResourceCandidateFactory'
|
|
56
56
|
_iid_ = Guid('{bb2b30f8-c19b-5f43-88d9-69ad728a32f4}')
|
|
57
57
|
@winrt_commethod(6)
|
|
58
|
-
def CreateInstance(self, kind: win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceCandidateKind, data:
|
|
58
|
+
def CreateInstance(self, kind: win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceCandidateKind, data: hstr) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceCandidate: ...
|
|
59
59
|
@winrt_commethod(7)
|
|
60
60
|
def CreateInstance2(self, data: PassArray[Byte]) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceCandidate: ...
|
|
61
61
|
class IResourceContext(ComPtr):
|
|
@@ -63,7 +63,7 @@ class IResourceContext(ComPtr):
|
|
|
63
63
|
_classid_ = 'Microsoft.Windows.ApplicationModel.Resources.IResourceContext'
|
|
64
64
|
_iid_ = Guid('{96fb48dc-f77d-55ff-af12-34861e3d4939}')
|
|
65
65
|
@winrt_commethod(6)
|
|
66
|
-
def get_QualifierValues(self) -> win32more.Windows.Foundation.Collections.IMap[
|
|
66
|
+
def get_QualifierValues(self) -> win32more.Windows.Foundation.Collections.IMap[hstr, hstr]: ...
|
|
67
67
|
QualifierValues = property(get_QualifierValues, None)
|
|
68
68
|
class IResourceContext2(ComPtr):
|
|
69
69
|
extends: IInspectable
|
|
@@ -74,23 +74,23 @@ class IResourceLoader(ComPtr):
|
|
|
74
74
|
_classid_ = 'Microsoft.Windows.ApplicationModel.Resources.IResourceLoader'
|
|
75
75
|
_iid_ = Guid('{bc3f76bf-da46-54cd-8715-8b8aaf16eaac}')
|
|
76
76
|
@winrt_commethod(6)
|
|
77
|
-
def GetString(self, resourceId:
|
|
77
|
+
def GetString(self, resourceId: hstr) -> hstr: ...
|
|
78
78
|
@winrt_commethod(7)
|
|
79
|
-
def GetStringForUri(self, resourceUri: win32more.Windows.Foundation.Uri) ->
|
|
79
|
+
def GetStringForUri(self, resourceUri: win32more.Windows.Foundation.Uri) -> hstr: ...
|
|
80
80
|
class IResourceLoaderFactory(ComPtr):
|
|
81
81
|
extends: IInspectable
|
|
82
82
|
_classid_ = 'Microsoft.Windows.ApplicationModel.Resources.IResourceLoaderFactory'
|
|
83
83
|
_iid_ = Guid('{871f83aa-fb34-50d6-b9b9-2c35f3ffc004}')
|
|
84
84
|
@winrt_commethod(6)
|
|
85
|
-
def CreateInstance(self, fileName:
|
|
85
|
+
def CreateInstance(self, fileName: hstr) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceLoader: ...
|
|
86
86
|
@winrt_commethod(7)
|
|
87
|
-
def CreateInstance2(self, fileName:
|
|
87
|
+
def CreateInstance2(self, fileName: hstr, resourceMap: hstr) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceLoader: ...
|
|
88
88
|
class IResourceLoaderStatics(ComPtr):
|
|
89
89
|
extends: IInspectable
|
|
90
90
|
_classid_ = 'Microsoft.Windows.ApplicationModel.Resources.IResourceLoaderStatics'
|
|
91
91
|
_iid_ = Guid('{ec9c894a-1466-5f2f-8eee-a70cbd2b51bb}')
|
|
92
92
|
@winrt_commethod(6)
|
|
93
|
-
def GetDefaultResourceFilePath(self) ->
|
|
93
|
+
def GetDefaultResourceFilePath(self) -> hstr: ...
|
|
94
94
|
class IResourceManager(ComPtr):
|
|
95
95
|
extends: IInspectable
|
|
96
96
|
_classid_ = 'Microsoft.Windows.ApplicationModel.Resources.IResourceManager'
|
|
@@ -104,7 +104,7 @@ class IResourceManager(ComPtr):
|
|
|
104
104
|
@winrt_commethod(9)
|
|
105
105
|
def remove_ResourceNotFound(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
106
106
|
MainResourceMap = property(get_MainResourceMap, None)
|
|
107
|
-
ResourceNotFound = event()
|
|
107
|
+
ResourceNotFound = event(add_ResourceNotFound, remove_ResourceNotFound)
|
|
108
108
|
class IResourceManager2(ComPtr):
|
|
109
109
|
extends: IInspectable
|
|
110
110
|
_classid_ = 'Microsoft.Windows.ApplicationModel.Resources.IResourceManager2'
|
|
@@ -114,7 +114,7 @@ class IResourceManagerFactory(ComPtr):
|
|
|
114
114
|
_classid_ = 'Microsoft.Windows.ApplicationModel.Resources.IResourceManagerFactory'
|
|
115
115
|
_iid_ = Guid('{d6acf18f-458a-535b-a5c4-ac2dc4e49099}')
|
|
116
116
|
@winrt_commethod(6)
|
|
117
|
-
def CreateInstance(self, fileName:
|
|
117
|
+
def CreateInstance(self, fileName: hstr) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceManager: ...
|
|
118
118
|
class IResourceMap(ComPtr):
|
|
119
119
|
extends: IInspectable
|
|
120
120
|
_classid_ = 'Microsoft.Windows.ApplicationModel.Resources.IResourceMap'
|
|
@@ -122,21 +122,21 @@ class IResourceMap(ComPtr):
|
|
|
122
122
|
@winrt_commethod(6)
|
|
123
123
|
def get_ResourceCount(self) -> UInt32: ...
|
|
124
124
|
@winrt_commethod(7)
|
|
125
|
-
def GetSubtree(self, reference:
|
|
125
|
+
def GetSubtree(self, reference: hstr) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceMap: ...
|
|
126
126
|
@winrt_commethod(8)
|
|
127
|
-
def TryGetSubtree(self, reference:
|
|
127
|
+
def TryGetSubtree(self, reference: hstr) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceMap: ...
|
|
128
128
|
@winrt_commethod(9)
|
|
129
|
-
def GetValue(self, resource:
|
|
129
|
+
def GetValue(self, resource: hstr) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceCandidate: ...
|
|
130
130
|
@winrt_commethod(10)
|
|
131
|
-
def GetValueWithContext(self, resource:
|
|
131
|
+
def GetValueWithContext(self, resource: hstr, context: win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceContext) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceCandidate: ...
|
|
132
132
|
@winrt_commethod(11)
|
|
133
|
-
def GetValueByIndex(self, index: UInt32) -> win32more.Windows.Foundation.Collections.IKeyValuePair[
|
|
133
|
+
def GetValueByIndex(self, index: UInt32) -> win32more.Windows.Foundation.Collections.IKeyValuePair[hstr, win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceCandidate]: ...
|
|
134
134
|
@winrt_commethod(12)
|
|
135
|
-
def GetValueByIndexWithContext(self, index: UInt32, context: win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceContext) -> win32more.Windows.Foundation.Collections.IKeyValuePair[
|
|
135
|
+
def GetValueByIndexWithContext(self, index: UInt32, context: win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceContext) -> win32more.Windows.Foundation.Collections.IKeyValuePair[hstr, win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceCandidate]: ...
|
|
136
136
|
@winrt_commethod(13)
|
|
137
|
-
def TryGetValue(self, resource:
|
|
137
|
+
def TryGetValue(self, resource: hstr) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceCandidate: ...
|
|
138
138
|
@winrt_commethod(14)
|
|
139
|
-
def TryGetValueWithContext(self, resource:
|
|
139
|
+
def TryGetValueWithContext(self, resource: hstr, context: win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceContext) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceCandidate: ...
|
|
140
140
|
ResourceCount = property(get_ResourceCount, None)
|
|
141
141
|
class IResourceNotFoundEventArgs(ComPtr):
|
|
142
142
|
extends: IInspectable
|
|
@@ -145,7 +145,7 @@ class IResourceNotFoundEventArgs(ComPtr):
|
|
|
145
145
|
@winrt_commethod(6)
|
|
146
146
|
def get_Context(self) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceContext: ...
|
|
147
147
|
@winrt_commethod(7)
|
|
148
|
-
def get_Name(self) ->
|
|
148
|
+
def get_Name(self) -> hstr: ...
|
|
149
149
|
@winrt_commethod(8)
|
|
150
150
|
def SetResolvedCandidate(self, candidate: win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceCandidate) -> Void: ...
|
|
151
151
|
Context = property(get_Context, None)
|
|
@@ -156,23 +156,23 @@ class KnownResourceQualifierName(ComPtr, metaclass=_KnownResourceQualifierName_M
|
|
|
156
156
|
extends: IInspectable
|
|
157
157
|
_classid_ = 'Microsoft.Windows.ApplicationModel.Resources.KnownResourceQualifierName'
|
|
158
158
|
@winrt_classmethod
|
|
159
|
-
def get_Contrast(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IKnownResourceQualifierNameStatics) ->
|
|
159
|
+
def get_Contrast(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IKnownResourceQualifierNameStatics) -> hstr: ...
|
|
160
160
|
@winrt_classmethod
|
|
161
|
-
def get_Custom(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IKnownResourceQualifierNameStatics) ->
|
|
161
|
+
def get_Custom(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IKnownResourceQualifierNameStatics) -> hstr: ...
|
|
162
162
|
@winrt_classmethod
|
|
163
|
-
def get_DeviceFamily(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IKnownResourceQualifierNameStatics) ->
|
|
163
|
+
def get_DeviceFamily(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IKnownResourceQualifierNameStatics) -> hstr: ...
|
|
164
164
|
@winrt_classmethod
|
|
165
|
-
def get_HomeRegion(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IKnownResourceQualifierNameStatics) ->
|
|
165
|
+
def get_HomeRegion(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IKnownResourceQualifierNameStatics) -> hstr: ...
|
|
166
166
|
@winrt_classmethod
|
|
167
|
-
def get_Language(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IKnownResourceQualifierNameStatics) ->
|
|
167
|
+
def get_Language(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IKnownResourceQualifierNameStatics) -> hstr: ...
|
|
168
168
|
@winrt_classmethod
|
|
169
|
-
def get_LayoutDirection(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IKnownResourceQualifierNameStatics) ->
|
|
169
|
+
def get_LayoutDirection(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IKnownResourceQualifierNameStatics) -> hstr: ...
|
|
170
170
|
@winrt_classmethod
|
|
171
|
-
def get_Scale(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IKnownResourceQualifierNameStatics) ->
|
|
171
|
+
def get_Scale(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IKnownResourceQualifierNameStatics) -> hstr: ...
|
|
172
172
|
@winrt_classmethod
|
|
173
|
-
def get_TargetSize(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IKnownResourceQualifierNameStatics) ->
|
|
173
|
+
def get_TargetSize(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IKnownResourceQualifierNameStatics) -> hstr: ...
|
|
174
174
|
@winrt_classmethod
|
|
175
|
-
def get_Theme(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IKnownResourceQualifierNameStatics) ->
|
|
175
|
+
def get_Theme(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IKnownResourceQualifierNameStatics) -> hstr: ...
|
|
176
176
|
_KnownResourceQualifierName_Meta_.Contrast = property(get_Contrast, None)
|
|
177
177
|
_KnownResourceQualifierName_Meta_.Custom = property(get_Custom, None)
|
|
178
178
|
_KnownResourceQualifierName_Meta_.DeviceFamily = property(get_DeviceFamily, None)
|
|
@@ -199,15 +199,15 @@ class ResourceCandidate(ComPtr):
|
|
|
199
199
|
@winrt_factorymethod
|
|
200
200
|
def CreateInstance2(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceCandidateFactory, data: PassArray[Byte]) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceCandidate: ...
|
|
201
201
|
@winrt_factorymethod
|
|
202
|
-
def CreateInstance(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceCandidateFactory, kind: win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceCandidateKind, data:
|
|
202
|
+
def CreateInstance(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceCandidateFactory, kind: win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceCandidateKind, data: hstr) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceCandidate: ...
|
|
203
203
|
@winrt_mixinmethod
|
|
204
|
-
def get_ValueAsString(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceCandidate) ->
|
|
204
|
+
def get_ValueAsString(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceCandidate) -> hstr: ...
|
|
205
205
|
@winrt_mixinmethod
|
|
206
206
|
def get_ValueAsBytes(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceCandidate) -> ReceiveArray[Byte]: ...
|
|
207
207
|
@winrt_mixinmethod
|
|
208
208
|
def get_Kind(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceCandidate) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceCandidateKind: ...
|
|
209
209
|
@winrt_mixinmethod
|
|
210
|
-
def get_QualifierValues(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceCandidate) -> win32more.Windows.Foundation.Collections.IMapView[
|
|
210
|
+
def get_QualifierValues(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceCandidate) -> win32more.Windows.Foundation.Collections.IMapView[hstr, hstr]: ...
|
|
211
211
|
Kind = property(get_Kind, None)
|
|
212
212
|
QualifierValues = property(get_QualifierValues, None)
|
|
213
213
|
ValueAsBytes = property(get_ValueAsBytes, None)
|
|
@@ -222,7 +222,7 @@ class ResourceContext(ComPtr):
|
|
|
222
222
|
default_interface: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceContext
|
|
223
223
|
_classid_ = 'Microsoft.Windows.ApplicationModel.Resources.ResourceContext'
|
|
224
224
|
@winrt_mixinmethod
|
|
225
|
-
def get_QualifierValues(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceContext) -> win32more.Windows.Foundation.Collections.IMap[
|
|
225
|
+
def get_QualifierValues(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceContext) -> win32more.Windows.Foundation.Collections.IMap[hstr, hstr]: ...
|
|
226
226
|
QualifierValues = property(get_QualifierValues, None)
|
|
227
227
|
class ResourceLoader(ComPtr):
|
|
228
228
|
extends: IInspectable
|
|
@@ -244,15 +244,15 @@ class ResourceLoader(ComPtr):
|
|
|
244
244
|
def CreateInstance(cls) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceLoader: ...
|
|
245
245
|
@CreateInstance.register
|
|
246
246
|
@winrt_factorymethod
|
|
247
|
-
def CreateInstance(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceLoaderFactory, fileName:
|
|
247
|
+
def CreateInstance(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceLoaderFactory, fileName: hstr) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceLoader: ...
|
|
248
248
|
@winrt_factorymethod
|
|
249
|
-
def CreateInstance2(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceLoaderFactory, fileName:
|
|
249
|
+
def CreateInstance2(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceLoaderFactory, fileName: hstr, resourceMap: hstr) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceLoader: ...
|
|
250
250
|
@winrt_mixinmethod
|
|
251
|
-
def GetString(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceLoader, resourceId:
|
|
251
|
+
def GetString(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceLoader, resourceId: hstr) -> hstr: ...
|
|
252
252
|
@winrt_mixinmethod
|
|
253
|
-
def GetStringForUri(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceLoader, resourceUri: win32more.Windows.Foundation.Uri) ->
|
|
253
|
+
def GetStringForUri(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceLoader, resourceUri: win32more.Windows.Foundation.Uri) -> hstr: ...
|
|
254
254
|
@winrt_classmethod
|
|
255
|
-
def GetDefaultResourceFilePath(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceLoaderStatics) ->
|
|
255
|
+
def GetDefaultResourceFilePath(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceLoaderStatics) -> hstr: ...
|
|
256
256
|
class ResourceManager(ComPtr):
|
|
257
257
|
extends: IInspectable
|
|
258
258
|
default_interface: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceManager
|
|
@@ -271,7 +271,7 @@ class ResourceManager(ComPtr):
|
|
|
271
271
|
def CreateInstance(cls) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceManager: ...
|
|
272
272
|
@CreateInstance.register
|
|
273
273
|
@winrt_factorymethod
|
|
274
|
-
def CreateInstance(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceManagerFactory, fileName:
|
|
274
|
+
def CreateInstance(cls: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceManagerFactory, fileName: hstr) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceManager: ...
|
|
275
275
|
@winrt_mixinmethod
|
|
276
276
|
def get_MainResourceMap(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceManager) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceMap: ...
|
|
277
277
|
@winrt_mixinmethod
|
|
@@ -281,7 +281,7 @@ class ResourceManager(ComPtr):
|
|
|
281
281
|
@winrt_mixinmethod
|
|
282
282
|
def remove_ResourceNotFound(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceManager, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
283
283
|
MainResourceMap = property(get_MainResourceMap, None)
|
|
284
|
-
ResourceNotFound = event()
|
|
284
|
+
ResourceNotFound = event(add_ResourceNotFound, remove_ResourceNotFound)
|
|
285
285
|
class ResourceMap(ComPtr):
|
|
286
286
|
extends: IInspectable
|
|
287
287
|
default_interface: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceMap
|
|
@@ -289,21 +289,21 @@ class ResourceMap(ComPtr):
|
|
|
289
289
|
@winrt_mixinmethod
|
|
290
290
|
def get_ResourceCount(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceMap) -> UInt32: ...
|
|
291
291
|
@winrt_mixinmethod
|
|
292
|
-
def GetSubtree(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceMap, reference:
|
|
292
|
+
def GetSubtree(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceMap, reference: hstr) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceMap: ...
|
|
293
293
|
@winrt_mixinmethod
|
|
294
|
-
def TryGetSubtree(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceMap, reference:
|
|
294
|
+
def TryGetSubtree(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceMap, reference: hstr) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceMap: ...
|
|
295
295
|
@winrt_mixinmethod
|
|
296
|
-
def GetValue(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceMap, resource:
|
|
296
|
+
def GetValue(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceMap, resource: hstr) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceCandidate: ...
|
|
297
297
|
@winrt_mixinmethod
|
|
298
|
-
def GetValueWithContext(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceMap, resource:
|
|
298
|
+
def GetValueWithContext(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceMap, resource: hstr, context: win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceContext) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceCandidate: ...
|
|
299
299
|
@winrt_mixinmethod
|
|
300
|
-
def GetValueByIndex(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceMap, index: UInt32) -> win32more.Windows.Foundation.Collections.IKeyValuePair[
|
|
300
|
+
def GetValueByIndex(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceMap, index: UInt32) -> win32more.Windows.Foundation.Collections.IKeyValuePair[hstr, win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceCandidate]: ...
|
|
301
301
|
@winrt_mixinmethod
|
|
302
|
-
def GetValueByIndexWithContext(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceMap, index: UInt32, context: win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceContext) -> win32more.Windows.Foundation.Collections.IKeyValuePair[
|
|
302
|
+
def GetValueByIndexWithContext(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceMap, index: UInt32, context: win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceContext) -> win32more.Windows.Foundation.Collections.IKeyValuePair[hstr, win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceCandidate]: ...
|
|
303
303
|
@winrt_mixinmethod
|
|
304
|
-
def TryGetValue(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceMap, resource:
|
|
304
|
+
def TryGetValue(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceMap, resource: hstr) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceCandidate: ...
|
|
305
305
|
@winrt_mixinmethod
|
|
306
|
-
def TryGetValueWithContext(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceMap, resource:
|
|
306
|
+
def TryGetValueWithContext(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceMap, resource: hstr, context: win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceContext) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceCandidate: ...
|
|
307
307
|
ResourceCount = property(get_ResourceCount, None)
|
|
308
308
|
class ResourceNotFoundEventArgs(ComPtr):
|
|
309
309
|
extends: IInspectable
|
|
@@ -312,7 +312,7 @@ class ResourceNotFoundEventArgs(ComPtr):
|
|
|
312
312
|
@winrt_mixinmethod
|
|
313
313
|
def get_Context(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceNotFoundEventArgs) -> win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceContext: ...
|
|
314
314
|
@winrt_mixinmethod
|
|
315
|
-
def get_Name(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceNotFoundEventArgs) ->
|
|
315
|
+
def get_Name(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceNotFoundEventArgs) -> hstr: ...
|
|
316
316
|
@winrt_mixinmethod
|
|
317
317
|
def SetResolvedCandidate(self: win32more.Microsoft.Windows.ApplicationModel.Resources.IResourceNotFoundEventArgs, candidate: win32more.Microsoft.Windows.ApplicationModel.Resources.ResourceCandidate) -> Void: ...
|
|
318
318
|
Context = property(get_Context, None)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
|
-
from win32more.
|
|
2
|
+
from win32more._prelude import *
|
|
3
3
|
import win32more.Microsoft.Windows.ApplicationModel.WindowsAppRuntime
|
|
4
4
|
import win32more.Windows.ApplicationModel
|
|
5
5
|
import win32more.Windows.Foundation
|
|
@@ -122,9 +122,9 @@ class IReleaseInfoStatics(ComPtr):
|
|
|
122
122
|
@winrt_commethod(8)
|
|
123
123
|
def get_Patch(self) -> UInt16: ...
|
|
124
124
|
@winrt_commethod(9)
|
|
125
|
-
def get_VersionTag(self) ->
|
|
125
|
+
def get_VersionTag(self) -> hstr: ...
|
|
126
126
|
@winrt_commethod(10)
|
|
127
|
-
def get_AsString(self) ->
|
|
127
|
+
def get_AsString(self) -> hstr: ...
|
|
128
128
|
AsString = property(get_AsString, None)
|
|
129
129
|
Major = property(get_Major, None)
|
|
130
130
|
Minor = property(get_Minor, None)
|
|
@@ -156,7 +156,7 @@ class IRuntimeInfoStatics(ComPtr):
|
|
|
156
156
|
@winrt_commethod(6)
|
|
157
157
|
def get_Version(self) -> win32more.Windows.ApplicationModel.PackageVersion: ...
|
|
158
158
|
@winrt_commethod(7)
|
|
159
|
-
def get_AsString(self) ->
|
|
159
|
+
def get_AsString(self) -> hstr: ...
|
|
160
160
|
AsString = property(get_AsString, None)
|
|
161
161
|
Version = property(get_Version, None)
|
|
162
162
|
class _ReleaseInfo_Meta_(ComPtr.__class__):
|
|
@@ -171,9 +171,9 @@ class ReleaseInfo(ComPtr, metaclass=_ReleaseInfo_Meta_):
|
|
|
171
171
|
@winrt_classmethod
|
|
172
172
|
def get_Patch(cls: win32more.Microsoft.Windows.ApplicationModel.WindowsAppRuntime.IReleaseInfoStatics) -> UInt16: ...
|
|
173
173
|
@winrt_classmethod
|
|
174
|
-
def get_VersionTag(cls: win32more.Microsoft.Windows.ApplicationModel.WindowsAppRuntime.IReleaseInfoStatics) ->
|
|
174
|
+
def get_VersionTag(cls: win32more.Microsoft.Windows.ApplicationModel.WindowsAppRuntime.IReleaseInfoStatics) -> hstr: ...
|
|
175
175
|
@winrt_classmethod
|
|
176
|
-
def get_AsString(cls: win32more.Microsoft.Windows.ApplicationModel.WindowsAppRuntime.IReleaseInfoStatics) ->
|
|
176
|
+
def get_AsString(cls: win32more.Microsoft.Windows.ApplicationModel.WindowsAppRuntime.IReleaseInfoStatics) -> hstr: ...
|
|
177
177
|
_ReleaseInfo_Meta_.AsString = property(get_AsString, None)
|
|
178
178
|
_ReleaseInfo_Meta_.Major = property(get_Major, None)
|
|
179
179
|
_ReleaseInfo_Meta_.Minor = property(get_Minor, None)
|
|
@@ -181,6 +181,30 @@ class ReleaseInfo(ComPtr, metaclass=_ReleaseInfo_Meta_):
|
|
|
181
181
|
_ReleaseInfo_Meta_.VersionTag = property(get_VersionTag, None)
|
|
182
182
|
class RuntimeCompatibilityChange(Enum, Int32):
|
|
183
183
|
None_ = 0
|
|
184
|
+
EnsurePackageReadyVersionSupercedence = 56439870
|
|
185
|
+
FixPopupClosingReentrancyCrash = 56870998
|
|
186
|
+
FixPopupUnloadingCrash = 56686624
|
|
187
|
+
FixRandomUIFreezeInDispatcher = 56545444
|
|
188
|
+
FixSetProgressBarIndicatorWidthCrash = 56779522
|
|
189
|
+
FixStuckPointerInputQueue = 56620717
|
|
190
|
+
FixWebViewVisibilityReentrancyCrash = 56852985
|
|
191
|
+
FixWindowCloseFocusCrash = 56873234
|
|
192
|
+
ActivateDirectManipulationManager_CheckCanInit = 56997009
|
|
193
|
+
DwmCoreI_OptimizeFirstFrameLatency = 57345278
|
|
194
|
+
InputStateManager_PenInputCrashX86 = 57003641
|
|
195
|
+
ApplicationDataProvider_ReentrancyProtection = 57688028
|
|
196
|
+
InputPointerSource_FlushReentrancyCrash = 57705537
|
|
197
|
+
WindowChrome_SetTitleBarCrash = 57693465
|
|
198
|
+
AppWindow_NoDidPresenterChangeOnRestore = 58567549
|
|
199
|
+
DesktopSiteBridge_ActivationErrorCrash = 58821687
|
|
200
|
+
DispatcherQueue_PropagateException = 58472221
|
|
201
|
+
GetIntermediatePointsImpl_Crash = 58768401
|
|
202
|
+
InputPointerSource_ReentrantDisposedCrash = 58635438
|
|
203
|
+
NavigationView_ClearSelectedItem = 58987595
|
|
204
|
+
XamlIsland_ExitNonClientArea = 58987663
|
|
205
|
+
InputPointerSource_FixScrollForInactiveWindowSetting = 56681943
|
|
206
|
+
OrientedVirtualizingPanel_FixBoundsOverflow = 59890418
|
|
207
|
+
ContentIsland_StartupCrashWhenLongRunning = 59707004
|
|
184
208
|
RuntimeCompatibilityContract: UInt32 = 65536
|
|
185
209
|
class RuntimeCompatibilityOptions(ComPtr):
|
|
186
210
|
extends: IInspectable
|
|
@@ -218,11 +242,12 @@ class RuntimeInfo(ComPtr, metaclass=_RuntimeInfo_Meta_):
|
|
|
218
242
|
@winrt_classmethod
|
|
219
243
|
def get_Version(cls: win32more.Microsoft.Windows.ApplicationModel.WindowsAppRuntime.IRuntimeInfoStatics) -> win32more.Windows.ApplicationModel.PackageVersion: ...
|
|
220
244
|
@winrt_classmethod
|
|
221
|
-
def get_AsString(cls: win32more.Microsoft.Windows.ApplicationModel.WindowsAppRuntime.IRuntimeInfoStatics) ->
|
|
245
|
+
def get_AsString(cls: win32more.Microsoft.Windows.ApplicationModel.WindowsAppRuntime.IRuntimeInfoStatics) -> hstr: ...
|
|
222
246
|
_RuntimeInfo_Meta_.AsString = property(get_AsString, None)
|
|
223
247
|
_RuntimeInfo_Meta_.Version = property(get_Version, None)
|
|
224
248
|
VersionInfoContract: UInt32 = 65536
|
|
225
249
|
class WindowsAppRuntimeVersion(Structure):
|
|
250
|
+
_name_ = 'Microsoft.Windows.ApplicationModel.WindowsAppRuntime.WindowsAppRuntimeVersion'
|
|
226
251
|
Major: UInt32
|
|
227
252
|
Minor: UInt32
|
|
228
253
|
Patch: UInt32
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
|
-
from win32more.
|
|
2
|
+
from win32more._prelude import *
|
|
3
3
|
import win32more.Microsoft.Windows.Globalization
|
|
4
4
|
import win32more.Windows.Foundation.Collections
|
|
5
5
|
class _ApplicationLanguages_Meta_(ComPtr.__class__):
|
|
@@ -8,13 +8,13 @@ class ApplicationLanguages(ComPtr, metaclass=_ApplicationLanguages_Meta_):
|
|
|
8
8
|
extends: IInspectable
|
|
9
9
|
_classid_ = 'Microsoft.Windows.Globalization.ApplicationLanguages'
|
|
10
10
|
@winrt_classmethod
|
|
11
|
-
def get_Languages(cls: win32more.Microsoft.Windows.Globalization.IApplicationLanguagesStatics) -> win32more.Windows.Foundation.Collections.IVectorView[
|
|
11
|
+
def get_Languages(cls: win32more.Microsoft.Windows.Globalization.IApplicationLanguagesStatics) -> win32more.Windows.Foundation.Collections.IVectorView[hstr]: ...
|
|
12
12
|
@winrt_classmethod
|
|
13
|
-
def get_ManifestLanguages(cls: win32more.Microsoft.Windows.Globalization.IApplicationLanguagesStatics) -> win32more.Windows.Foundation.Collections.IVectorView[
|
|
13
|
+
def get_ManifestLanguages(cls: win32more.Microsoft.Windows.Globalization.IApplicationLanguagesStatics) -> win32more.Windows.Foundation.Collections.IVectorView[hstr]: ...
|
|
14
14
|
@winrt_classmethod
|
|
15
|
-
def get_PrimaryLanguageOverride(cls: win32more.Microsoft.Windows.Globalization.IApplicationLanguagesStatics) ->
|
|
15
|
+
def get_PrimaryLanguageOverride(cls: win32more.Microsoft.Windows.Globalization.IApplicationLanguagesStatics) -> hstr: ...
|
|
16
16
|
@winrt_classmethod
|
|
17
|
-
def put_PrimaryLanguageOverride(cls: win32more.Microsoft.Windows.Globalization.IApplicationLanguagesStatics, value:
|
|
17
|
+
def put_PrimaryLanguageOverride(cls: win32more.Microsoft.Windows.Globalization.IApplicationLanguagesStatics, value: hstr) -> Void: ...
|
|
18
18
|
_ApplicationLanguages_Meta_.Languages = property(get_Languages, None)
|
|
19
19
|
_ApplicationLanguages_Meta_.ManifestLanguages = property(get_ManifestLanguages, None)
|
|
20
20
|
_ApplicationLanguages_Meta_.PrimaryLanguageOverride = property(get_PrimaryLanguageOverride, put_PrimaryLanguageOverride)
|
|
@@ -23,13 +23,13 @@ class IApplicationLanguagesStatics(ComPtr):
|
|
|
23
23
|
_classid_ = 'Microsoft.Windows.Globalization.IApplicationLanguagesStatics'
|
|
24
24
|
_iid_ = Guid('{58dfcef9-08ec-5086-8af1-d5beab79250a}')
|
|
25
25
|
@winrt_commethod(6)
|
|
26
|
-
def get_Languages(self) -> win32more.Windows.Foundation.Collections.IVectorView[
|
|
26
|
+
def get_Languages(self) -> win32more.Windows.Foundation.Collections.IVectorView[hstr]: ...
|
|
27
27
|
@winrt_commethod(7)
|
|
28
|
-
def get_ManifestLanguages(self) -> win32more.Windows.Foundation.Collections.IVectorView[
|
|
28
|
+
def get_ManifestLanguages(self) -> win32more.Windows.Foundation.Collections.IVectorView[hstr]: ...
|
|
29
29
|
@winrt_commethod(8)
|
|
30
|
-
def get_PrimaryLanguageOverride(self) ->
|
|
30
|
+
def get_PrimaryLanguageOverride(self) -> hstr: ...
|
|
31
31
|
@winrt_commethod(9)
|
|
32
|
-
def put_PrimaryLanguageOverride(self, value:
|
|
32
|
+
def put_PrimaryLanguageOverride(self, value: hstr) -> Void: ...
|
|
33
33
|
Languages = property(get_Languages, None)
|
|
34
34
|
ManifestLanguages = property(get_ManifestLanguages, None)
|
|
35
35
|
PrimaryLanguageOverride = property(get_PrimaryLanguageOverride, put_PrimaryLanguageOverride)
|