RemoteEndpointsDefinition 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="RemoteEndpointsDefinition">
      <xs:sequence>
        <xs:element name="RemoteEndpoint"  type="RemoteEndpointDefinition"
         minOccurs="0"
         maxOccurs="20"
        >
        </xs:element>
      </xs:sequence>
    </xs:complexType>

元素和属性

如果架构定义了特定要求(如 序列minOccursmaxOccurs选项),请参阅定义部分。

子元素

元素

类型

说明

RemoteEndpoint

RemoteEndpointDefinition

声明 SharePoint 外接程序可通过 SP 访问的单个远程终结点。WebProxy.invoke () 。


Attributes

无。