Path (in InProcessServer) (Windows 10)
Chemin d’accès à la DLL.
Hiérarchie d’éléments
<Chemin d’accès>
<Chemin d’accès>
Syntaxe
<Path>
A string between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.
</Path>
Attributs et éléments
Attributs
Aucune.
Éléments enfants
Aucune.
Éléments parents
Élément parent | Description |
---|---|
InProcessServer | Déclare un point d’extensibilité de package de type windows.activateableClass.inProcessServer. L’application utilise une bibliothèque de liens dynamiques (DLL) qui expose une ou plusieurs classes activables. |
ProxyStub | Déclare un point d’extensibilité de package de type windows.activateableClass.proxyStub. Un proxy peut être composé d’une ou plusieurs interfaces. |
Éléments apparentés
Les éléments suivants portent le même nom que celui-ci, mais ils ont un contenu ou des attributs différents :
Exemples
<Extension
Category="windows.activatableClass.inProcessServer">
<InProcessServer>
<Path>Microsoft.Samples.DllServerAuthoring.dll</Path>
<ActivatableClass
ActivatableClassId="Microsoft.Samples.DllServerAuthoring.Toaster"
ThreadingModel="both" />
</InProcessServer>
</Extension>
Spécifications
Élément | Valeur |
---|---|
Espace de noms | http://schemas.microsoft.com/appx/manifest/foundation/windows10 |