AutoDeployedWebApplication 元素 (AppPrincipalDefinition complexType)

(SharePoint 外接程序清单)

适用范围:SharePoint 外接程序|SharePoint Foundation 2013 |SharePoint Server 2013

请勿使用。 仅供将来使用。

注意

该字符串 app 显示为某些元素、属性和文件名的一部分或全部,因为 SharePoint 外接程序最初称为“SharePoint 应用程序”。为确保向后兼容性,架构尚未更改。

元素信息

信息 位置
元素类型 未定义
命名空间 http://schemas.microsoft.com/sharepoint/2012/app/manifest
架构文件 appmanifest.xsd

定义

    <xs:element name="AutoDeployedWebApplication">
      <xs:complexType>
      <xs:sequence>
        <xs:element name="DebugInfo"  type="AutoDeployedWebApplicationDebugInfoDefinition" minOccurs="0">
        </xs:element>
      </xs:sequence>
      </xs:complexType>
    </xs:element>

元素和属性

如果架构定义了特定要求(如 sequenceminOccursmaxOccurschoice),请参阅定义部分。

父元素

元素

类型

说明

AppPrincipal

AppPrincipalDefinition

加载项主体信息。


子元素

元素

类型

说明

DebugInfo

AutoDeployedWebApplicationDebugInfoDefinition

用于调试的加载项主体信息。


Attributes

无。