SimpleType AppPrincipalTypeDefinition
(SharePoint manifeste du add-in)
S’applique à : SharePoint de | SharePoint Foundation 2013 | SharePoint Server 2013
Type de principal du add-in.
Notes
La chaîne s’affiche sous la forme d’un élément, d’un attribut et d’un nom de fichier, ou de tous, car les SharePoint de fichiers étaient à l’origine appelés « applications pour app SharePoint ». Pour garantir la compatibilité descendante, les schémas n’ont pas été modifiés.
Informations sur le type
| Type de base | xs:string |
| Namespace | http://schemas.microsoft.com/sharepoint/2012/app/manifest |
| Fichier de schéma | appmanifest.xsd |
Définition
<xs:simpleType name="AppPrincipalTypeDefinition">
<xs:restriction base="xs:string">
<xs:enumeration value="Internal"/>
<xs:enumeration value="External"/>
</xs:restriction>
</xs:simpleType>
Valeurs d’énumération
Valeur |
Description |
|---|---|
Interne |
Principal de add-in interne. |
Externe |
Principal de add-in externe. |