Extensions (dans l’application) (Windows 10)Extensions (in Application) (Windows 10)
Définit un ou plusieurs points d’extensibilité pour l’application.Defines one or more extensibility points for the app.
Hiérarchie d’élémentsElement hierarchy
- <Packages>
- <Package>
-
- <Applications>
- <Applications>
-
- <Oeuvre>
- <Application>
- <Extensions><Extensions>
SyntaxeSyntax
<Extensions>
<!-- Child elements -->
Extension{1,10000},
uap:Extension{1,10000}
</Extensions>
CléKey
{}
plage spécifique d’occurrences{}
specific range of occurrences
Attributs et élémentsAttributes and Elements
AttributsAttributes
Aucun.None.
Éléments enfantsChild Elements
Élément enfantChild Element | DescriptionDescription |
---|---|
Extension (globale) Extension (global) | Déclare un point d’extensibilité pour le package.Declares an extensibility point for the package. |
UAP : extension uap:Extension | Déclare un point d’extensibilité pour l’application.Declares an extensibility point for the app. |
Éléments parentsParent Elements
Élément parentParent Element | DescriptionDescription |
---|---|
Oeuvre Application | Représente une application qui comprend une partie ou la totalité des fonctionnalités fournies dans le package.Represents an app that comprises part of or all of the functionality delivered in the package. |
Éléments apparentésRelated elements
Les éléments suivants portent le même nom que celui-ci, mais ils ont un contenu ou des attributs différents :The following elements have the same name as this one, but different content or attributes:
NotesRemarks
Les points d’extensibilité sont un mécanisme par lequel une application peut ajouter des fonctionnalités d’une manière définie par le système d’exploitation.Extensibility points are a mechanism by which an app can add functionality in a manner defined by the operating system. Un exemple de point d’extensibilité d’application est la possibilité de créer une association de types de fichiers et de permettre à votre application d’être le gestionnaire par défaut pour les fichiers avec une extension de nom de fichier spécifique.An example of an app extensibility point is the ability to create a file type association and enable your app to be the default handler for files with a specific file name extension.
SpécificationsRequirements
Espace de nomsNamespace | http://schemas.microsoft.com/appx/manifest/foundation/windows10 |