Skip to content

Commit f107a15

Browse files
committed
Merged PR 20912: links, formatting, other cleanup
1 parent 33fc0b3 commit f107a15

89 files changed

Lines changed: 328 additions & 325 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.

‎windows.applicationmodel.activation/printtasksettingsactivatedeventargs.md‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ public class PrintTaskSettingsActivatedEventArgs : Windows.ApplicationModel.Acti
1212
## -description
1313
Provides information in response to the event that is raised when print task settings are activated.
1414

15-
Overview of Printing in Windows 8
16-
1715
> **JavaScript**
1816
> This type appears as [WebUIPrintTaskSettingsActivatedEventArgs](../windows.ui.webui/webuiprinttasksettingsactivatedeventargs.md).
1917

‎windows.devices.bluetooth.genericattributeprofile/gattdeviceservice_fromidasync_1322863552.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ The first time this method is invoked by a store app, it should be called from a
2525

2626
If a store app has not declared the right capabilities or the user does not grant consent, the method returns a null object.
2727

28-
29-
For Windows 10Universal Windows Platform (UWP) apps, use the **bluetooth** capability. For more info see [App capability declarations](/windows/uwp/packaging/app-capability-declarations).For Windows 8.x store apps, see [How to specify device capabilities for Bluetooth (Windows)](/uwp/schemas/appxpackage/how-to-specify-device-capabilities-for-bluetooth) to declare the right capabilities.
28+
- For Universal Windows Platform (UWP) apps, use the **bluetooth** capability. For more info see [App capability declarations](/windows/uwp/packaging/app-capability-declarations).
29+
- For Windows 8.x store apps, see [How to specify device capabilities for Bluetooth (Windows)](/uwp/schemas/appxpackage/how-to-specify-device-capabilities-for-bluetooth) to declare the right capabilities.
3030

3131
## -examples
3232

‎windows.devices.geolocation/positionstatus.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Location settings are turned off. This status indicates that the user has not gr
3030
An operation to retrieve location has not yet been initialized. [LocationStatus](geolocator_locationstatus.md) will have this value if the application has not yet called [GetGeopositionAsync](geolocator_getgeopositionasync_189682258.md) or registered an event handler for the [PositionChanged](geolocator_positionchanged.md) event. [LocationStatus](geolocator_locationstatus.md) may also have this value if your app doesn’t have permission to access location.
3131

3232
> [!IMPORTANT]
33-
> Starting in Windows 10, call the [RequestAccessAsync](geolocator_requestaccessasync_380675631.md) before accessing the users location. At that time, your app must be in the foreground and RequestAccessAsync must be called from the UI thread. Until the user grants your app permission to their location, your app can't access location data.
33+
> Starting in Windows 10, call [RequestAccessAsync](geolocator_requestaccessasync_380675631.md) before accessing the user's location. At that time, your app must be in the foreground and RequestAccessAsync must be called from the UI thread. Until the user grants your app permission to their location, your app can't access location data.
3434
3535
### -field NotAvailable:5
3636
Location services is not available on this version of Windows.

‎windows.globalization.fonts/languagefontgroup_uicaptionfont.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ A UICaptionFont recommendation is available for every supported language or scri
2525
## -examples
2626

2727
## -see-also
28-
[Typography in Windows Apps](/windows/apps/design/style/typography), [Understanding the Windows 8 silhouette](/previous-versions/windows/apps/hh872191(v=win.10))
28+
[Typography in Windows Apps](/windows/apps/design/style/typography)

‎windows.globalization.fonts/languagefontgroup_uinotificationheadingfont.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ A UINotificationHeadingFont recommendation is available for every supported lang
2525
## -examples
2626

2727
## -see-also
28-
[Typography in Windows Apps](/windows/apps/design/style/typography), [Understanding the Windows 8 silhouette](/previous-versions/windows/apps/hh872191(v=win.10))
28+
[Typography in Windows Apps](/windows/apps/design/style/typography)

‎windows.globalization.fonts/languagefontgroup_uititlefont.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ A UITitleFont recommendation is available for every supported language or script
2525
## -examples
2626

2727
## -see-also
28-
[Typography in Windows Apps](/windows/apps/design/style/typography), [Understanding the Windows 8 silhouette](/previous-versions/windows/apps/hh872191(v=win.10))
28+
[Typography in Windows Apps](/windows/apps/design/style/typography)

‎windows.storage.pickers/folderpicker_picksinglefolderasync_735635041.md‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ Shows the [folderPicker](folderpicker.md) object so that the user can pick a fol
2020
When the call to this method completes successfully, it returns a [storageFolder](../windows.storage/storagefolder.md) object that represents the folder that the user picked.
2121

2222
## -remarks
23-
> [!NOTE]
24-
> The following remarks relate to Windows 8 and 8.1:
2523

26-
If you try to show the file picker while your app is snapped the file picker will not be shown and an exception will be thrown. You can avoid this by making sure your app is not snapped or by unsnapping it before you call the file picker.
24+
### Notes for previous versions
25+
26+
> **Windows 8.x**
27+
> If you try to show the file picker while your app is snapped the file picker will not be shown and an exception will be thrown. You can avoid this by making sure your app is not snapped or by unsnapping it before you call the file picker.
2728
2829
## -examples
2930

‎windows.ui.notifications/scheduledtoastnotification_suppresspopup.md‎

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,20 @@ public bool SuppressPopup { get; set; }
1111
# Windows.UI.Notifications.ScheduledToastNotification.SuppressPopup
1212

1313
## -description
14-
Gets or sets whether a toast's pop-up UI is displayed on the user's screen.
1514

16-
> Do not set this property to **true** in a toast sent to a Windows 8.x device. Doing so will cause a compiler error or a dropped notification.
15+
Gets or sets whether a toast's pop-up UI is displayed on the user's screen.
1716

1817
## -property-value
19-
Set to **true** to suppress the popup message; otherwise, false. The default value is false, meaning the toast's pop-up message will be shown. Setting this property to **true** places the toast notification silently into the action center. This enables your app to communicate with the user without interrupting them.
18+
19+
Set to `true` to suppress the popup message; otherwise, `false`. The default value is `false`, meaning the toast's pop-up message will be shown. Setting this property to `true` places the toast notification silently into the action center. This enables your app to communicate with the user without interrupting them.
2020

2121
## -remarks
2222

23+
### Notes for previous versions
24+
25+
> **Windows 8.x**
26+
> Do not set this property to `true` in a toast sent to a Windows 8.x device. Doing so will cause a compiler error or a dropped notification.
27+
2328
## -examples
2429

2530
## -see-also

‎windows.ui.notifications/toastnotification_suppresspopup.md‎

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,20 @@ public bool SuppressPopup { get; set; }
1111
# Windows.UI.Notifications.ToastNotification.SuppressPopup
1212

1313
## -description
14-
Gets or sets whether a toast's pop-up UI is displayed on the user's screen.
1514

16-
> Do not set this property to **true** in a toast sent to a Windows 8.x device. Doing so will cause a compiler error or a dropped notification.
15+
Gets or sets whether a toast's pop-up UI is displayed on the user's screen.
1716

1817
## -property-value
19-
Set to **true** to suppress the popup message; otherwise, false. The default value is false, meaning the toast's pop-up message will be shown. Setting this property to **true** places the toast notification silently into the action center. This enables your app to communicate with the user without interrupting them.
18+
19+
Set to `true` to suppress the popup message; otherwise, `false`. The default value is `false`, meaning the toast's pop-up message will be shown. Setting this property to `true` places the toast notification silently into the action center. This enables your app to communicate with the user without interrupting them.
2020

2121
## -remarks
2222

23+
### Notes for previous versions
24+
25+
> **Windows 8.x**
26+
> Do not set this property to `true` in a toast sent to a Windows 8.x device. Doing so will cause a compiler error or a dropped notification.
27+
2328
## -examples
2429

2530
## -see-also

‎windows.ui.xaml.automation.peers/automationpeer_getpatterncore_1167667011.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ Overriding this method to return the implementation of patterns that your peer c
3232
>
3333
> See [XAML accessibility sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/411c271e537727d737a53fa2cbe99eaecac00cc0/Official%20Windows%20Platform%20Sample/XAML%20accessibility%20sample) for an implementation of [OnCreateAutomationPeer](../windows.ui.xaml/uielement_oncreateautomationpeer_1478162674.md) that defines the custom peer returned by [OnCreateAutomationPeer](../windows.ui.xaml/uielement_oncreateautomationpeer_1478162674.md) (the peer implementation is part of Scenario 3 in this sample).
3434
35+
### Notes for previous versions
36+
3537
<!--The following remark is relevant for Windows 8 > 8.1 migration. See WBB 466373-->
36-
### Windows 8 behavior
38+
> **Windows 8.x**
3739
3840
Windows 8 peer-selection behavior is potentially impacted by whether the control is intended to display data as items. The automation logic for Windows 8 might select a dedicated data peer and use its patterns, even if there is a peer indicated for the overall control and that peer overrides GetPatternCore. For example, you might have the [ListViewAutomationPeer](listviewautomationpeer.md) override for patterns, but in Windows 8 the acting patterns for data items might take precedence, for example the default implementation of [ListViewItemDataAutomationPeer](listviewitemdataautomationpeer.md) might be used and will handle the scrolling pattern when UI Automation looks for patterns in items. This is different starting with Windows 8.1; if there is pattern support indicated in a GetPatternCore implementation for the overall control, that implementation is used instead of internal item data peers.
3941

0 commit comments

Comments
 (0)