SimpleType AppPrerequisiteTypeDefinition
(Manifeste de complément SharePoint)
S’applique à : Compléments SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
Type d’un prérequis pour un complément SharePoint.
Remarque
La chaîne app
s’affiche en tant que partie ou en tant que partie de certains noms d’éléments, d’attributs et de fichiers, car les compléments SharePoint étaient initialement appelés « applications pour SharePoint ». Pour garantir la compatibilité descendante, les schémas n’ont pas été modifiés.
Informations sur le type
Type de base : xs:string
Espace de noms : http://schemas.microsoft.com/sharepoint/2012/app/manifest
Fichier de schéma : appmanifest.xsd
Définition
<xs:simpleType name="AppPrerequisiteTypeDefinition">
<xs:restriction base="xs:string">
<xs:enumeration value="Feature"/>
<xs:enumeration value="AutoProvisioning"/>
<xs:enumeration value="Capability"/>
</xs:restriction>
</xs:simpleType>
Valeurs d’énumération
Valeur |
Description |
---|---|
Fonctionnalité |
Fonctionnalité SharePoint unique. |
Approvisionnement automatique |
Composant auto-hébergé. |
Fonctionnalité |
Fonctionnalité générale, comprenant généralement un ensemble de fonctionnalités et de services. |