(AppHostWebFeatures)
注意
该字符串 app
显示为某些元素、属性和文件名的一部分或全部,因为 SharePoint 外接程序最初称为“SharePoint 应用程序”。为确保向后兼容性,架构尚未更改。
类型信息
资源 | 文件 |
---|---|
基类型 | xs:string |
命名空间 | http://schemas.microsoft.com/sharepoint/ |
架构文件* | apphostwebfeatures.xsd |
定义
<xs:simpleType name="PropertyBagParentTypeDefinition">
<xs:restriction base="xs:string">
<xs:enumeration value="Web" />
<xs:enumeration value="Folder" />
<xs:enumeration value="ListItem" />
<xs:enumeration value="File" />
</xs:restriction>
</xs:simpleType>
枚举值
值 |
说明 |
---|---|
Web |
|
Folder |
|
ListItem |
|
文件 |