Fournit des fonctionnalités pour exposer les inscriptions COM aux clients en dehors du package d’application.Provides functionality to expose COM registrations to clients outside of the app package.
<com:Extension Category = "windows.comServer" | "windows.comInterface"
uap10:TrustLevel? = String value. Can be one of the following: "appContainer", "mediumIL".
ap10:RuntimeBehavior? = String value. Can be one of the following: "windowsApp", "packagedClassicApp", "win32App".
uap10:HostId? = An alphanumeric string between 1 and 255 characters in length. Must begin with an alphabetic character.
ap10:Parameters? = A string between 1 and 32767 characters in length with a non-whitespace character at its beginning and end. >
<!-- Child elements -->
( com:ComServer
| com:ComInterface )
</com:Extension>
CléKey
AttributsAttributes
AttributAttribute
DescriptionDescription
Type de donnéesData type
ObligatoireRequired
CategoryCategory
Type du point d’extensibilité de l’application.The type of app extensibility point.
Cet attribut peut avoir l’une des valeurs suivantes :This attribute can have one of the following values:
Windows. COMServerwindows.comServer
Windows. comextensionwindows.comExtension
OuiYes
uap10 : TrustLeveluap10:TrustLevel
Spécifie le niveau de confiance de l’extension.Specifies the trust level of the extension.
Valeur de chaîne.String value.Il peut s’agir de l’un des éléments suivants : « appContainer », « mediumIL ».Can be one of the following: "appContainer", "mediumIL".
Non No
uap10:RuntimeBehavioruap10:RuntimeBehavior
Spécifie le comportement au moment de l’exécution de l’extension.Specifies the run time behavior of the extension.
Valeur de chaîne.String value.Il peut s’agir de l’un des éléments suivants : « windowsApp », « packagedClassicApp », « win32App ».Can be one of the following: "windowsApp", "packagedClassicApp", "win32App".
Non No
uap10 : HostIduap10:HostId
Spécifie l’ID d’application de l’application hôte pour l’extension.Specifies the app ID of the host app for the extension.
Chaîne alphanumérique comprise entre 1 et 255 caractères.An alphanumeric string between 1 and 255 characters in length.Doit commencer par un caractère alphabétique.Must begin with an alphabetic character.
Non No
uap10 : paramètresuap10:Parameters
Contient les paramètres de ligne de commande à passer à l’extension.Contains command line parameters to pass to the extension.Pris en charge uniquement pour les applications de bureau qui ont une identité de package.Only supported for desktop apps that have package identity.
Chaîne de 1 à 32767 caractères de longueur avec un caractère autre qu’un espace de début et de fin.A string between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.
http://schemas.microsoft.com/appx/manifest/uap/windows10/10(pour les attributs uap10 )http://schemas.microsoft.com/appx/manifest/uap/windows10/10 (for the uap10 attributes)