Unterschiede in Windows 10 What's different in Windows 10
01/16/2020
2 Minuten Lesedauer
In diesem Artikel
In diesem Thema werden die Änderungen an der Schema Referenz für das Paket Manifest für jede Version von Windows 10, einschließlich der hinzugefügten oder geänderten Namespaces und Features, aufgeführt. This topic lists changes to the package manifest schema reference for each version of Windows 10, including namespaces and features that have been added or changed. Weitere Informationen zu allen Elementen, Attributen und Typen im Schema finden Sie in der Element Hierarchie . See the Element Hierarchy for reference info on all elements, attributes, and types in the schema.
In den folgenden Abschnitten sind die Namespaces und XML-Präfixe aufgeführt, die dem Paket Manifest-Schema in jedem Update von Windows 10 hinzugefügt werden. The following sections list the namespaces and XML prefixes added to the package manifest schema in each update of Windows 10. Die neueste Version von Windows 10 finden Sie unter Herunterladen von Windows 10 . To get the latest version of Windows 10, see Download Windows 10 .
Windows 10, Version 2004 Windows 10, Version 2004
Hinzugefügte Namespaces und XML-Präfixe Added namespaces and XML prefixes
Präfix Prefix
Namespace Namespace
uap10 uap10
http://schemas.microsoft.com/appx/manifest/uap/windows10/10
COM3 com3
http://schemas.microsoft.com/appx/manifest/com/windows10/3
Windows 10, Build 18362, Version 1903 Windows 10, Build 18362, Version 1903
Hinzugefügte Namespaces und XML-Präfixe Added namespaces and XML prefixes
Präfix Prefix
Namespace Namespace
uap8 uap8
http://schemas.microsoft.com/appx/manifest/uap/windows10/8
desktop6 desktop6
http://schemas.microsoft.com/appx/manifest/desktop/windows10/6
rescap6 rescap6
http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/6
Windows 10, Build 17763, Version 1809 Windows 10, Build 17763, Version 1809
Hinzugefügte Namespaces und XML-Präfixe Added namespaces and XML prefixes
Präfix Prefix
Namespace Namespace
uap7 uap7
http://schemas.microsoft.com/appx/manifest/uap/windows10/7
desktop5 desktop5
http://schemas.microsoft.com/appx/manifest/desktop/windows10/5
rescap5 rescap5
http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/5
Windows 10, Build 17134, Version 1803 Windows 10, Build 17134, Version 1803
Hinzugefügte Namespaces und XML-Präfixe Added namespaces and XML prefixes
Präfix Prefix
Namespace Namespace
uap6 uap6
http://schemas.microsoft.com/appx/manifest/uap/windows10/6
desktop4 desktop4
http://schemas.microsoft.com/appx/manifest/desktop/windows10/4
rescap4 rescap4
http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/4
Windows 10, Fall Creators Update-Build 16299,15, Version 1709 Windows 10, Fall Creators Update - Build 16299.15, Version 1709
Hinzugefügte Namespaces und XML-Präfixe Added namespaces and XML prefixes
Präfix Prefix
Namespace Namespace
COM2 com2
http://schemas.microsoft.com/appx/manifest/com/windows10/2
desktop3 desktop3
http://schemas.microsoft.com/appx/manifest/desktop/windows10/3
uap5 uap5
http://schemas.microsoft.com/appx/manifest/uap/windows10/5
Windows 10, Creators Update-Build 15063, Version 1703 Windows 10, Creators Update - Build 15063, Version 1703
Hinzugefügte Namespaces und XML-Präfixe Added namespaces and XML prefixes
Präfix Prefix
Namespace Namespace
com com
http://schemas.microsoft.com/appx/manifest/com/windows10
desktop2 desktop2
http://schemas.microsoft.com/appx/manifest/desktop/windows10/2
rescap3 rescap3
http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/3
uap4 uap4
http://schemas.microsoft.com/appx/manifest/uap/windows10/4
Windows 10, Anniversary Update-Build 14393, Version 1607 Windows 10, Anniversary Update - Build 14393, Version 1607
Hinzugefügte Namespaces und XML-Präfixe Added namespaces and XML prefixes
Präfix Prefix
Namespace Namespace
Desktop desktop
http://schemas.microsoft.com/appx/manifest/desktop/windows10
rescap2 rescap2
http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/2
uap3 uap3
http://schemas.microsoft.com/appx/manifest/uap/windows10/3
Windows 10, November-Update-Build 10586, Version 1511 Windows 10, November Update - Build 10586, Version 1511
Hinzugefügte Namespaces und XML-Präfixe Added namespaces and XML prefixes
Präfix Prefix
Namespace Namespace
Drücken f2
http://schemas.microsoft.com/appx/manifest/foundation/windows10/2
uap2 uap2
http://schemas.microsoft.com/appx/manifest/uap/windows10/2
Windows 10-Build 10240, Version 1507 Windows 10 - Build 10240, Version 1507
Hinzugefügte Namespaces und XML-Präfixe Added namespaces and XML prefixes
Präfix Prefix
Namespace Namespace
uap uap
http://schemas.microsoft.com/appx/manifest/uap/windows10
f f
http://schemas.microsoft.com/appx/manifest/foundation/windows10
holo holo
http://schemas.microsoft.com/appx/manifest/holographic/windows10
mobile mobile
http://schemas.microsoft.com/appx/manifest/mobile/windows10
neu eingängig rescap
http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities
Server Vorschau serverpreview
http://schemas.microsoft.com/appx/manifest/serverpreview/windows10
Beispiel Example
Um einen XML-Namespace im App-Paket Manifest zu verwenden, schließen Sie die-Namespaces und IgnorableNamespaces
innerhalb des- Package
Elements ein. To use an XML namespace in the the app package manifest, include the namespaces and IgnorableNamespaces
within the Package
element.
<?xml version='1.0' encoding='utf-8'?>
<Package
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:uap4="http://schemas.microsoft.com/appx/manifest/uap/windows10/4"
IgnorableNamespaces="uap uap4">