AutoDeployedWebApplicationDebugInfoAppUrlDefinition simpleType
(SharePoint 外接程序清单)
适用范围:SharePoint 外接程序|SharePoint Foundation 2013 |SharePoint Server 2013
自动部署的 Web 应用程序的外接程序 URL 的类型。 如果外接程序有多个 URL,则其值为以分号或逗号分隔的 URL 列表。
注意
该字符串 app
显示为某些元素、属性和文件名的一部分或全部,因为 SharePoint 外接程序最初称为“SharePoint 应用程序”。为确保向后兼容性,架构尚未更改。
类型信息
信息 | 位置 |
---|---|
基类型 | xs:string |
命名空间 | http://schemas.microsoft.com/sharepoint/2012/app/manifest |
架构文件 | appmanifest.xsd |
定义
<xs:simpleType name="AutoDeployedWebApplicationDebugInfoAppUrlDefinition">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="2048"/>
</xs:restriction>
</xs:simpleType>