mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 10:23:37 +00:00
fix: Replace generic "syntax" with language code
This commit is contained in:
@ -38,7 +38,7 @@ Package Full Name of the App that needs be launched in the background. This can
|
||||
|
||||
**Set StartupAppID**
|
||||
|
||||
``` syntax
|
||||
```xml
|
||||
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||
<SyncBody>
|
||||
<Replace>
|
||||
@ -60,7 +60,7 @@ Package Full Name of the App that needs be launched in the background. This can
|
||||
|
||||
**Get all background tasks**
|
||||
|
||||
``` syntax
|
||||
```xml
|
||||
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||
<SyncBody>
|
||||
<Get>
|
||||
@ -78,7 +78,7 @@ Package Full Name of the App that needs be launched in the background. This can
|
||||
|
||||
**Add background task**
|
||||
|
||||
``` syntax
|
||||
```xml
|
||||
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||
<SyncBody>
|
||||
<Add>
|
||||
|
Reference in New Issue
Block a user