applicationUrl(外部应用程序)

上次修改时间: 2015年3月9日

适用范围: SharePoint Foundation 2010

指定外部应用程序的可执行文件(例如 Silverlight 应用程序的 .xap 文件)的绝对 URL。

applicationParts(外部应用程序)
  applicationPart(外部应用程序)
    metaData(外部应用程序)
      applicationUrl(外部应用程序)

<applicationUrl>https://www.contoso.com/someapplication.xap</applicationUrl>

String

属性和元素

下面各部分描述了属性、子元素和父元素。

属性

无。

子元素

无。

父元素

元素

说明

metaData

标识有关外部应用程序的数据和该应用程序登录到网站所使用的用户帐户。

文本值

字符串形式的绝对 URL。

备注

正好有一个 <applicationUrl> 元素。

示例

以下标记显示的是此元素的使用示例。

<?xml version='1.0' encoding='utf-16'?>
<applicationParts xmlns='https://schemas.microsoft.com/sharepoint/2009/fluidapp'>
  <applicationPart>
    <metaData>
      <applicationId>00000000-0000-0000-0000-000000000000</applicationId>
      <applicationUrl>https://www.contoso.com/someapplication.xap</applicationUrl>
      <principal>domain\username</principal>
      <sharepointRequestHandlerUrl>/sp.ashx</sharepointRequestHandlerUrl>
    </metaData>
    <data>
      <webPartProperties>
        <property name='Title'>Title</property>
        <property name='Description'>Description</property>
        <property name='WindowlessMode'>TRUE</property>
        <property name='Height'>200px</property>
        <property name='Width'>100px</property>
        <property name='HelpUrl'>https://www.contoso.com/someapplication/help.aspx</property>
        <property name='HelpMode'>Modal</property>
        <property name='Direction'>NotSet</property>
        <property name='MinRuntimeVersion'>3.0</property>
      </webPartProperties>
      <customProperties>
        <property name='CustomPropertyName'>CustomPropertyInfo</property>
      </customProperties>
    </data>
  </applicationPart>
</applicationParts>

元素信息

命名空间

https://schemas.microsoft.com/sharepoint/2009/fluidapp

架构名称

FluidAppSettings

验证文件

驱动器:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\XML\FluidApplicationSettings.xsd

可以为空