PropertiesDefinition 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="PropertiesDefinition">
      <xs:all>
        <xs:element name="InstalledEventEndpoint"  type="UrlElementDefinition"
         minOccurs="0"
         maxOccurs="1"
        >
        </xs:element>

        <xs:element name="StartPage"  type="UrlElementDefinition"
         minOccurs="1"
         maxOccurs="1"
        >
        </xs:element>

        <xs:element name="SupportedLanguages"  type="SupportedLanguagesDefinition"
         minOccurs="0"
         maxOccurs="1"
        >
        </xs:element>

        <xs:element name="Title"  type="TitleDefinition"
         minOccurs="1"
         maxOccurs="1"
        >
        </xs:element>

        <xs:element name="UninstallingEventEndpoint"  type="UrlElementDefinition"
         minOccurs="0"
         maxOccurs="1"
        >
        </xs:element>

        <xs:element name="UpgradedEventEndpoint"  type="UrlElementDefinition"
         minOccurs="0"
         maxOccurs="1"
        >
        </xs:element>

        <xs:element name="WebTemplate"  type="WebTemplateDefinition"
         minOccurs="0"
         maxOccurs="1"
        >
        </xs:element>
      </xs:all>
    </xs:complexType>

元素和属性

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

子元素

元素

类型

说明

InstalledEventEndpoint

UrlElementDefinition

已安装事件接收器终结点的 URL。

StartPage

UrlElementDefinition

启动 SharePoint 外接程序时访问的页面的 URL。

SupportedLanguages

SupportedLanguagesDefinition

此加载项支持的语言区域性组合的分号分隔列表。 例如:en-US;ja-JP;

标题

TitleDefinition

SharePoint 外接程序的标题。

UninstallingEventEndpoint

UrlElementDefinition

卸载事件接收器终结点的 URL。

UpgradedEventEndpoint

UrlElementDefinition

升级的事件接收器终结点的 URL。

WebTemplate

WebTemplateDefinition

创建外接程序 Web 时要使用的 Web 模板。

SettingsPage

UrlElementDefinition

需要查看或更新 SharePoint 外接程序设置时访问的页面的 URL。

SupportedLocales

SupportedLocalesDefinition

此外接程序支持的区域设置列表。


Attributes

无。