Skip to content

Commit 8d6d755

Browse files
committed
2 parents 4f1aab8 + f2a858f commit 8d6d755

82 files changed

Lines changed: 178 additions & 92 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docfx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
"author": "GrantMeStrength",
4747
"ms.author": "jken",
4848
"extendBreadcrumb": true,
49-
"ms.prod": "uwp",
49+
"ms.service": "uwp",
5050
"products": [
5151
"https://authoring-docs-microsoft.poolparty.biz/devrel/caec7b7f-4941-4578-b79f-c63b1c1f5af4",
5252
"https://authoring-docs-microsoft.poolparty.biz/devrel/e0ffb20c-01c6-407b-a9bd-29111652a1dc",
5353
"https://authoring-docs-microsoft.poolparty.biz/devrel/e9b7979e-fb8b-40a7-a19f-c987950324dc"
5454
],
55-
"ms.technology": "winrt-reference",
55+
"ms.subservice": "winrt-reference",
5656
"ms.topic": "managed-reference",
5757
"ms.date": "02/08/2017",
5858
"keywords": "windows 10, uwp, winrt, api",

windows.devices.sensors/magnetometeraccuracy.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ public enum Windows.Devices.Sensors.MagnetometerAccuracy : int
1010
# MagnetometerAccuracy
1111

1212
## -description
13-
The sensor's accuracy.
1413

15-
This short video gives an overview of how to calibrate the magnetometer's accuracy.
14+
The sensor's accuracy.
1615

17-
<video />
16+
See [One Dev Minute - Sensor calibration](https://learn.microsoft.com/shows/one-dev-minute/sensor-calibration) for a short video overview on how to calibrate the magnetometer.
1817

1918
## -enum-fields
19+
2020
### -field Unknown:0
21+
2122
The accuracy is currently not available, typically because the driver can't report it.
2223

2324
You should determine, based on your app's needs, whether your app will want to ask users to calibrate the device whenever this value is returned.

windows.globalization.datetimeformatting/datetimeformatter_template.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,17 @@ public string Template { get; }
1010
# Windows.Globalization.DateTimeFormatting.DateTimeFormatter.Template
1111

1212
## -description
13+
1314
Gets a string representation of this format template.
1415

1516
## -property-value
17+
1618
A string that represents this format template. If the [DateTimeFormatter](datetimeformatter.md) object was constructed with a format template or format enumerations, the string can be used to construct the same [DateTimeFormatter](datetimeformatter.md). If a pattern was used to construct the [DateTimeFormatter](datetimeformatter.md), this property returns the empty string. See the remarks for the [DateTimeFormatter](datetimeformatter.md) class for a list of valid format templates.
1719

1820
## -remarks
1921

2022
## -examples
2123

2224
## -see-also
23-
[Date and time formatting sample](/samples/browse/)
25+
26+
[Date and time formatting sample](/samples/microsoft/windows-universal-samples/datetimeformatting/)

windows.networking.connectivity/networkconnectivitylevel.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ Local network access only.
2222
### -field ConstrainedInternetAccess:2
2323
Limited internet access.
2424

25-
This value indicates captive portal connectivity, where local access to a web portal is provided, but access to the Internet requires that specific credentials are provided via the portal. This level of connectivity is generally encountered when using connections hosted in public locations (for example, coffee shops and book stores).
25+
This value is an indication that the connection is constrained, possibly due to a captive portal. Or possibly due to some other reason; for example, a proxy between the client and the internet that's modifying the HTTP header in some unknown way. In the case of captive portal connectivity, local access to a web portal is provided, but access to the internet requires that specific credentials are provided via the portal.
26+
27+
This level of connectivity (limited internet access) is generally encountered when using connections hosted in public locations (for example, coffee shops and book stores).
2628

2729
> [!NOTE]
28-
> This doesn't guarantee detection of a captive portal. UWP apps should also test if the captive portal can be reached using a URL for the captive portal, or by attempting access to a public web site which will then redirect to the captive portal when Windows reports **LocalAccess** as the current NetworkConnectivityLevel.
30+
> As mentioned, this doesn't necessarily mean that a captive portal has been detected. You should also test whether the captive portal can be reached by using a URL for the captive portal, or by attempting access to a public web site, which will then redirect to the captive portal when Windows reports **LocalAccess** as the current NetworkConnectivityLevel.
2931
3032
### -field InternetAccess:3
31-
Local and Internet access.
32-
33+
Local and internet access.
3334

3435
## -remarks
3536
For an example of how these values are used to indicate connection changes, see [Quickstart: Managing connection events and changes in availability](/previous-versions/windows/apps/hh700376(v=win.10)).

windows.security.authorization.appcapabilityaccess/appcapability_displaymessage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The purpose of why the capability is being accessed.
1717
The stored display message as a string property.
1818

1919
## -remarks
20-
The display message, if specified, appears in the system tray and settings app under **Privacy & security > App permissions** pages while the capability is in use.
20+
The display message, if specified, appears in the system tray and settings app under **Privacy & security > App permissions** pages while the capability is in use. Display messages should be provided before the capability is accessed and should continue to be provided until after the apps terminate access to the capability.
2121

2222
## -see-also
2323

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
-api-id: T:Windows.System.Profile.PlatformAutomaticAppSignInManager
3+
-api-type: winrt class
4+
---
5+
6+
<!-- Class syntax.
7+
public static class PlatformAutomaticAppSignInManager
8+
-->
9+
10+
# Windows.System.Profile.PlatformAutomaticAppSignInManager
11+
12+
## -description
13+
Provides information about the current Windows policy for automatic app sign in.
14+
15+
## -remarks
16+
> [!IMPORTANT]
17+
> This class is intended for use by first-party applications.
18+
19+
## -see-also
20+
21+
## -examples
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
-api-id: P:Windows.System.Profile.PlatformAutomaticAppSignInManager.Policy
3+
-api-type: winrt property
4+
---
5+
6+
<!-- Property syntax.
7+
public static Windows.System.Profile.PlatformAutomaticAppSignInPolicy Policy { get; }
8+
-->
9+
10+
# Windows.System.Profile.PlatformAutomaticAppSignInManager.Policy
11+
12+
## -description
13+
The Windows policy for automatic app sign in.
14+
15+
## -property-value
16+
17+
## -remarks
18+
> [!IMPORTANT]
19+
> This method is intended for use by first-party applications.
20+
21+
## -see-also
22+
[PlatformAutomaticAppSignInPolicy](platformautomaticappsigninpolicy_platformautomaticappsigninpolicy.md)
23+
24+
## -examples
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
-api-id: T:Windows.System.Profile.PlatformAutomaticAppSignInPolicy
3+
-api-type: winrt enum
4+
---
5+
6+
<!--
7+
public enum PlatformAutomaticAppSignInPolicy
8+
-->
9+
10+
# Windows.System.Profile.PlatformAutomaticAppSignInPolicy
11+
12+
## -description
13+
Defines state that specify the current stage for automatic app sign in.
14+
15+
## -enum-fields
16+
17+
### -field Unknown: 0
18+
19+
This policy cannot be evaluated
20+
21+
### -field PermissionRequired: 1
22+
23+
Do not sign in automatically
24+
25+
### -field AlwaysAllowed: 2
26+
27+
Sign in automatically
28+
29+
## -remarks
30+
> [!IMPORTANT]
31+
> This enum is intended for use by first-party applications.
32+
33+
## -see-also
34+
[Policy](platformautomaticappsigninmanager_policy.md)

windows.ui.core/pointereventargs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ void MyCoreWindowEvents::SetWindow( // implementation called by CoreApplication:
7070
```
7171

7272
## -see-also
73-
[Input: Manipulations and gestures (C++) sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/411c271e537727d737a53fa2cbe99eaecac00cc0/Official%20Windows%20Platform%20Sample/Input%20Gestures%20and%20manipulations%20with%20GestureRecognizer), [Input: Simplified ink sample](/samples/browse/), [Input: Touch hit testing sample](/samples/browse/)
73+
[Input: Manipulations and gestures (C++) sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/411c271e537727d737a53fa2cbe99eaecac00cc0/Official%20Windows%20Platform%20Sample/Input%20Gestures%20and%20manipulations%20with%20GestureRecognizer), [Input: Simplified ink sample](/samples/microsoft/windows-universal-samples/simpleink/), [Input: Touch hit testing sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/21cb9b6bc0da3b234c5854ecac449cb3bd261f29/Official%20Windows%20Platform%20Sample/Windows%208%20app%20samples/%5BC%2B%2B%5D-Windows%208%20app%20samples/C%2B%2B/Windows%208%20app%20samples/Input%20Touch%20hit%20testing%20sample%20(Windows%208)/C%2B%2B)

windows.ui.input/crossslidingeventargs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Contains event data for the [CrossSliding](gesturerecognizer_crosssliding.md) ev
2929
## -examples
3030

3131
## -see-also
32-
[Windows.UI.Input Classes](windows_ui_input_classes.md), [Windows.Devices.Input](../windows.devices.input/windows_devices_input.md), [Windows.UI.Core](../windows.ui.core/windows_ui_core.md), [Windows.UI.Input](windows_ui_input.md), [Windows.UI.Input.Inking](../windows.ui.input.inking/windows_ui_input_inking.md), [Windows.UI.Xaml.Input](../windows.ui.xaml.input/windows_ui_xaml_input.md), [TypedEventHandler](../windows.foundation/typedeventhandler_2.md), [Custom user interactions](/windows/uwp/design/layout/index), [UX guidelines for custom user interactions](/windows/uwp/design/layout/index), [Touch design guidelines](/windows/uwp/input-and-devices/guidelines-for-user-interaction), [User interaction mode sample](https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/UserInteractionMode), [Focus visuals sample](https://go.microsoft.com/fwlink/p/?LinkID=619895), [Input: Device capabilities sample](/samples/browse/), [Input: Ink sample](/samples/browse/), [Input: Manipulations and gestures (JavaScript) sample](/samples/browse/), [Input: Simplified ink sample](/samples/browse/), [Input: Windows 8 gestures sample](/samples/browse/), [Input: XAML user input events sample](/samples/browse/), [XAML scrolling, panning, and zooming sample](/samples/browse/), [DirectX touch input sample](/samples/browse/), [Input: Manipulations and gestures (C++) sample](/samples/browse/), [Input: Touch hit testing sample](/samples/browse/), [Input source identification sample](/samples/browse/), [Touch injection sample](/samples/browse/), [Win32 touch hit-testing sample](/samples/browse/)
32+
[Windows.UI.Input Classes](windows_ui_input_classes.md), [Windows.Devices.Input](../windows.devices.input/windows_devices_input.md), [Windows.UI.Core](../windows.ui.core/windows_ui_core.md), [Windows.UI.Input](windows_ui_input.md), [Windows.UI.Input.Inking](../windows.ui.input.inking/windows_ui_input_inking.md), [Windows.UI.Xaml.Input](../windows.ui.xaml.input/windows_ui_xaml_input.md), [TypedEventHandler](../windows.foundation/typedeventhandler_2.md), [Custom user interactions](/windows/uwp/design/layout/index), [UX guidelines for custom user interactions](/windows/uwp/design/layout/index), [Touch design guidelines](/windows/uwp/input-and-devices/guidelines-for-user-interaction), [User interaction mode sample](https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/UserInteractionMode), [Focus visuals sample](https://go.microsoft.com/fwlink/p/?LinkID=619895), [Input: Device capabilities sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/411c271e537727d737a53fa2cbe99eaecac00cc0/Official%20Windows%20Platform%20Sample/Input%20Device%20capabilities%20sample), [Input: Simplified ink sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/21cb9b6bc0da3b234c5854ecac449cb3bd261f29/Official%20Windows%20Platform%20Sample/Input%20Simplified%20ink%20sample), [Input: Windows 8 gestures sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/21cb9b6bc0da3b234c5854ecac449cb3bd261f29/Official%20Windows%20Platform%20Sample/Windows%208%20app%20samples/%5BC%23%5D-Windows%208%20app%20samples/C%23/Windows%208%20app%20samples/Input%20Windows%208%20gestures%20sample%20(Windows%208)/C%23), [Input: XAML user input events sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/21cb9b6bc0da3b234c5854ecac449cb3bd261f29/Official%20Windows%20Platform%20Sample/Input%20XAML%20user%20input%20events%20sample), [XAML scrolling, panning, and zooming sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/21cb9b6bc0da3b234c5854ecac449cb3bd261f29/Official%20Windows%20Platform%20Sample/XAML%20scrolling%2C%20panning%2C%20and%20zooming%20sample), [DirectX touch input sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/21cb9b6bc0da3b234c5854ecac449cb3bd261f29/Official%20Windows%20Platform%20Sample/Windows%208%20app%20samples/%5BC%2B%2B%5D-Windows%208%20app%20samples/C%2B%2B/Windows%208%20app%20samples/DirectX%20touch%20input%20sample%20(Windows%208)/C%2B%2B), [Input: Manipulations and gestures (C++) sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/21cb9b6bc0da3b234c5854ecac449cb3bd261f29/Official%20Windows%20Platform%20Sample/Windows%208%20app%20samples/%5BC%2B%2B%5D-Windows%208%20app%20samples/C%2B%2B/Windows%208%20app%20samples/Input%20Manipulations%20and%20gestures%20(C%2B%2B)%20sample%20(Windows%208)/C%2B%2B), [Input: Touch hit testing sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/21cb9b6bc0da3b234c5854ecac449cb3bd261f29/Official%20Windows%20Platform%20Sample/Windows%208%20app%20samples/%5BC%2B%2B%5D-Windows%208%20app%20samples/C%2B%2B/Windows%208%20app%20samples/Input%20Touch%20hit%20testing%20sample%20(Windows%208)/C%2B%2B), [Input source identification sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/21cb9b6bc0da3b234c5854ecac449cb3bd261f29/Official%20Windows%20Platform%20Sample/Windows%208%20desktop%20samples/%5BC%2B%2B%5D-Windows%208%20desktop%20samples/C%2B%2B/Windows%208%20desktop%20samples/Input%20Source%20identification%20sample/C%2B%2B), [Touch injection sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/21cb9b6bc0da3b234c5854ecac449cb3bd261f29/Official%20Windows%20Platform%20Sample/Input%20Touch%20injection%20sample), [Win32 touch hit-testing sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/21cb9b6bc0da3b234c5854ecac449cb3bd261f29/Official%20Windows%20Platform%20Sample/Windows%208%20app%20samples/%5BC%2B%2B%5D-Windows%208%20app%20samples/C%2B%2B/Windows%208%20app%20samples/Input%20Touch%20hit%20testing%20sample%20(Windows%208)/C%2B%2B)

0 commit comments

Comments
 (0)