AppPrincipalDefinition complexType
(SharePoint 外接程序清单)
适用范围:SharePoint 外接程序|SharePoint Foundation 2013 |SharePoint Server 2013
外接程序主体定义。
注意
该字符串 app
显示为某些元素、属性和文件名的一部分或全部,因为 SharePoint 外接程序最初称为“SharePoint 应用程序”。为确保向后兼容性,架构尚未更改。
类型信息
信息 | 位置 |
---|---|
命名空间 | http://schemas.microsoft.com/sharepoint/2012/app/manifest |
架构文件 | appmanifest.xsd |
扩展基 | 无 |
定义
<xs:complexType name="AppPrincipalDefinition">
<xs:choice>
<xs:element name="RemoteWebApplication" >
<xs:attribute name="ClientId"
type="AppPermissionAppPrincipalDefinition"
use="required"
/>
</xs:element>
<xs:element name="Internal" >
<xs:attribute name="AllowedRemoteHostUrl"
type="ManifestUri"
use="optional"
/>
<xs:attribute name="RedirectUrl"
type="ManifestUri"
use="optional"
/>
</xs:element>
<xs:element name="AutoDeployedWebApplication" >
<xs:complexType>
<xs:sequence>
<xs:element name="DebugInfo" type="AutoDeployedWebApplicationDebugInfoDefinition"
minOccurs="0"
>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
元素和属性
如果架构定义了特定要求(如 sequence、 minOccurs、 maxOccurs 和 choice),请参阅定义部分。
子元素
元素 |
类型 |
说明 |
---|---|---|
未定义 |
||
未定义 |
||
未定义 |
Attributes
无。