1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <doc> |
|
3 <assembly> |
|
4 <name>Microsoft.Windows.System.Power</name> |
|
5 </assembly> |
|
6 <members> |
|
7 <member name="T:Microsoft.Windows.System.Power.BatteryStatus"> |
|
8 <summary>Defines values that represent the status of the battery on the device.</summary> |
|
9 </member> |
|
10 <member name="F:Microsoft.Windows.System.Power.BatteryStatus.Charging"> |
|
11 <summary>The battery is charging.</summary> |
|
12 </member> |
|
13 <member name="F:Microsoft.Windows.System.Power.BatteryStatus.Discharging"> |
|
14 <summary>The battery is discharging.</summary> |
|
15 </member> |
|
16 <member name="F:Microsoft.Windows.System.Power.BatteryStatus.Idle"> |
|
17 <summary>The battery is idle.</summary> |
|
18 </member> |
|
19 <member name="F:Microsoft.Windows.System.Power.BatteryStatus.NotPresent"> |
|
20 <summary>The battery is not present.</summary> |
|
21 </member> |
|
22 <member name="T:Microsoft.Windows.System.Power.DisplayStatus"> |
|
23 <summary>Defines values that represent the status of the display that is associated with the app's session.</summary> |
|
24 </member> |
|
25 <member name="F:Microsoft.Windows.System.Power.DisplayStatus.Dimmed"> |
|
26 <summary>The display is dimmed.</summary> |
|
27 </member> |
|
28 <member name="F:Microsoft.Windows.System.Power.DisplayStatus.Off"> |
|
29 <summary>The display is off.</summary> |
|
30 </member> |
|
31 <member name="F:Microsoft.Windows.System.Power.DisplayStatus.On"> |
|
32 <summary>The display is on.</summary> |
|
33 </member> |
|
34 <member name="T:Microsoft.Windows.System.Power.EffectivePowerMode"> |
|
35 <summary>Defines values that represent the effective power mode of the device.</summary> |
|
36 </member> |
|
37 <member name="F:Microsoft.Windows.System.Power.EffectivePowerMode.Balanced"> |
|
38 <summary>The device is in the balanced effective power mode.</summary> |
|
39 </member> |
|
40 <member name="F:Microsoft.Windows.System.Power.EffectivePowerMode.BatterySaver"> |
|
41 <summary>The device is in battery saver mode.</summary> |
|
42 </member> |
|
43 <member name="F:Microsoft.Windows.System.Power.EffectivePowerMode.BetterBattery"> |
|
44 <summary>The device is in the better battery effective power mode.</summary> |
|
45 </member> |
|
46 <member name="F:Microsoft.Windows.System.Power.EffectivePowerMode.GameMode"> |
|
47 <summary>The device is in game mode power mode.</summary> |
|
48 </member> |
|
49 <member name="F:Microsoft.Windows.System.Power.EffectivePowerMode.HighPerformance"> |
|
50 <summary>The device is in the high performance effective power mode.</summary> |
|
51 </member> |
|
52 <member name="F:Microsoft.Windows.System.Power.EffectivePowerMode.MaxPerformance"> |
|
53 <summary>The device is in the maximum performance effective power mode.</summary> |
|
54 </member> |
|
55 <member name="F:Microsoft.Windows.System.Power.EffectivePowerMode.MixedReality"> |
|
56 <summary>The device is in the windows mixed reality power mode.</summary> |
|
57 </member> |
|
58 <member name="T:Microsoft.Windows.System.Power.EnergySaverStatus"> |
|
59 <summary>Defines values that represent the battery saver states of the device.</summary> |
|
60 </member> |
|
61 <member name="F:Microsoft.Windows.System.Power.EnergySaverStatus.Disabled"> |
|
62 <summary>Battery saver is disabled.</summary> |
|
63 </member> |
|
64 <member name="F:Microsoft.Windows.System.Power.EnergySaverStatus.Off"> |
|
65 <summary>Battery saver is off.</summary> |
|
66 </member> |
|
67 <member name="F:Microsoft.Windows.System.Power.EnergySaverStatus.On"> |
|
68 <summary>Battery saver is on.</summary> |
|
69 </member> |
|
70 <member name="F:Microsoft.Windows.System.Power.EnergySaverStatus.Uninitialized"> |
|
71 <summary>Battery saver is uninitialized.</summary> |
|
72 </member> |
|
73 <member name="T:Microsoft.Windows.System.Power.PowerManager"> |
|
74 <summary>Provides static events that notify your app of changes to the devices power state and static properties that provide access to current power state information.</summary> |
|
75 </member> |
|
76 <member name="E:Microsoft.Windows.System.Power.PowerManager.BatteryStatusChanged"> |
|
77 <summary>Raised when the status of the battery on the device has changed.</summary> |
|
78 </member> |
|
79 <member name="E:Microsoft.Windows.System.Power.PowerManager.DisplayStatusChanged"> |
|
80 <summary>Raised when the status of the display that is associated with the app's session.</summary> |
|
81 </member> |
|
82 <member name="E:Microsoft.Windows.System.Power.PowerManager.EffectivePowerModeChanged"> |
|
83 <summary>Raised when the effective power mode of the device has changed.</summary> |
|
84 </member> |
|
85 <member name="E:Microsoft.Windows.System.Power.PowerManager.EnergySaverStatusChanged"> |
|
86 <summary>Raised when battery saver has been turned off or on in response to changing power conditions.</summary> |
|
87 </member> |
|
88 <member name="E:Microsoft.Windows.System.Power.PowerManager.PowerSourceKindChanged"> |
|
89 <summary>Raised when the power source of the device has changed.</summary> |
|
90 </member> |
|
91 <member name="E:Microsoft.Windows.System.Power.PowerManager.PowerSupplyStatusChanged"> |
|
92 <summary>Raised when the power supply status of the device has changed.</summary> |
|
93 </member> |
|
94 <member name="E:Microsoft.Windows.System.Power.PowerManager.RemainingChargePercentChanged"> |
|
95 <summary>Raised when the remaining charge percentage of the battery on the device has changed.</summary> |
|
96 </member> |
|
97 <member name="E:Microsoft.Windows.System.Power.PowerManager.RemainingDischargeTimeChanged"> |
|
98 <summary>Raised when the remaining discharge time of the battery on the device has changed.</summary> |
|
99 </member> |
|
100 <member name="E:Microsoft.Windows.System.Power.PowerManager.SystemIdleStatusChanged"> |
|
101 <summary>Raised when the system is busy. This indicates that the system will not be moving into an idle state in the near future and that the current time is a good time for components to perform background or idle tasks that would otherwise prevent the computer from entering an idle state.</summary> |
|
102 </member> |
|
103 <member name="E:Microsoft.Windows.System.Power.PowerManager.SystemSuspendStatusChanged"> |
|
104 <summary>Raised when the suspend status of the device has changed.</summary> |
|
105 </member> |
|
106 <member name="E:Microsoft.Windows.System.Power.PowerManager.UserPresenceStatusChanged"> |
|
107 <summary>Raised when the user status associated with the app's session has changed.</summary> |
|
108 </member> |
|
109 <member name="P:Microsoft.Windows.System.Power.PowerManager.BatteryStatus"> |
|
110 <summary>Gets the current status of the battery on the device.</summary> |
|
111 <returns>The current status of the battery.</returns> |
|
112 </member> |
|
113 <member name="P:Microsoft.Windows.System.Power.PowerManager.DisplayStatus"> |
|
114 <summary>Gets the current status of the display that is associated with the app's session.</summary> |
|
115 <returns>The current status of the display that is associated with the app's session.</returns> |
|
116 </member> |
|
117 <member name="P:Microsoft.Windows.System.Power.PowerManager.EffectivePowerMode"> |
|
118 <summary>Gets the current effective power mode of the device.</summary> |
|
119 <returns>The current effective power mode of the device.</returns> |
|
120 </member> |
|
121 <member name="P:Microsoft.Windows.System.Power.PowerManager.EnergySaverStatus"> |
|
122 <summary>Gets the current state of battery saver on the device.</summary> |
|
123 </member> |
|
124 <member name="P:Microsoft.Windows.System.Power.PowerManager.PowerSourceKind"> |
|
125 <summary>Gets the current power source of the device.</summary> |
|
126 <returns>The current power source of the device.</returns> |
|
127 </member> |
|
128 <member name="P:Microsoft.Windows.System.Power.PowerManager.PowerSupplyStatus"> |
|
129 <summary>Gets the current power supply status of the device.</summary> |
|
130 <returns>The current power supply status of the device.</returns> |
|
131 </member> |
|
132 <member name="P:Microsoft.Windows.System.Power.PowerManager.RemainingChargePercent"> |
|
133 <summary>Gets the remaining charge percentage of the battery on the device.</summary> |
|
134 <returns>The remaining charge percentage of the battery.</returns> |
|
135 </member> |
|
136 <member name="P:Microsoft.Windows.System.Power.PowerManager.RemainingDischargeTime"> |
|
137 <summary>Gets the remaining discharge time of the battery on the device.</summary> |
|
138 <returns>The remaining discharge time of the battery.</returns> |
|
139 </member> |
|
140 <member name="P:Microsoft.Windows.System.Power.PowerManager.SystemSuspendStatus"> |
|
141 <summary>Gets the current suspend status of the device.</summary> |
|
142 <returns>The current suspend status of the device.</returns> |
|
143 </member> |
|
144 <member name="P:Microsoft.Windows.System.Power.PowerManager.UserPresenceStatus"> |
|
145 <summary>Gets the current user status associated with the app's session.</summary> |
|
146 <returns>The current user present status of the device.</returns> |
|
147 </member> |
|
148 <member name="T:Microsoft.Windows.System.Power.PowerSourceKind"> |
|
149 <summary>Defines values that represent the power source of the device.</summary> |
|
150 </member> |
|
151 <member name="F:Microsoft.Windows.System.Power.PowerSourceKind.AC"> |
|
152 <summary>The computer is powered by an AC power source (or similar, such as a laptop powered by a 12V automotive adapter).</summary> |
|
153 </member> |
|
154 <member name="F:Microsoft.Windows.System.Power.PowerSourceKind.DC"> |
|
155 <summary>The computer is powered by an onboard battery power source.</summary> |
|
156 </member> |
|
157 <member name="T:Microsoft.Windows.System.Power.PowerSupplyStatus"> |
|
158 <summary>Defines values that represent the power supply status of the device.</summary> |
|
159 </member> |
|
160 <member name="F:Microsoft.Windows.System.Power.PowerSupplyStatus.Adequate"> |
|
161 <summary>Power supply is adequate.</summary> |
|
162 </member> |
|
163 <member name="F:Microsoft.Windows.System.Power.PowerSupplyStatus.Inadequate"> |
|
164 <summary>Power supply is not adequate.</summary> |
|
165 </member> |
|
166 <member name="F:Microsoft.Windows.System.Power.PowerSupplyStatus.NotPresent"> |
|
167 <summary>Power supply is not present.</summary> |
|
168 </member> |
|
169 <member name="T:Microsoft.Windows.System.Power.SystemSuspendStatus"> |
|
170 <summary>Defines values that represent the suspend status of the device.</summary> |
|
171 </member> |
|
172 <member name="F:Microsoft.Windows.System.Power.SystemSuspendStatus.AutoResume"> |
|
173 <summary>The device is automatically resuming from suspend state.</summary> |
|
174 </member> |
|
175 <member name="F:Microsoft.Windows.System.Power.SystemSuspendStatus.Entering"> |
|
176 <summary>The device is entering suspend state.</summary> |
|
177 </member> |
|
178 <member name="F:Microsoft.Windows.System.Power.SystemSuspendStatus.ManualResume"> |
|
179 <summary>The user has manually resumed the device from suspend state.</summary> |
|
180 </member> |
|
181 <member name="F:Microsoft.Windows.System.Power.SystemSuspendStatus.Uninitialized"> |
|
182 <summary>The suspend status is not initialized.</summary> |
|
183 </member> |
|
184 <member name="T:Microsoft.Windows.System.Power.UserPresenceStatus"> |
|
185 <summary>Defines values that represent the user status associated with the app's session.</summary> |
|
186 </member> |
|
187 <member name="F:Microsoft.Windows.System.Power.UserPresenceStatus.Absent"> |
|
188 <summary>The user is absent.</summary> |
|
189 </member> |
|
190 <member name="F:Microsoft.Windows.System.Power.UserPresenceStatus.Present"> |
|
191 <summary>The user is present.</summary> |
|
192 </member> |
|
193 </members> |
|
194 </doc> |
|