AutoDeployedWebApplicationDebugInfoAppUrlDefinition, simpleType

(SharePoint-Add-In-Manifest)

Gilt für: SharePoint-Add-Ins | SharePoint Foundation 2013 | SharePoint Server 2013

Der Typ für Add-In-URLs einer automatisch bereitgestellten Webanwendung. Wenn das Add-In über mehrere URLs verfügt, ist sein Wert eine Liste von URLs, die durch ein Semikolon oder Komma getrennt sind.

Hinweis

Die Zeichenfolge app wird als Teil oder als teil aller Element-, Attribut- und Dateinamen angezeigt, da SharePoint-Add-Ins ursprünglich als "Apps für SharePoint" bezeichnet wurden. Um die Abwärtskompatibilität sicherzustellen, wurden die Schemas nicht geändert.

Informationen zum Typ

Informationen Standort
Basistyp xs:string
Namespace http://schemas.microsoft.com/sharepoint/2012/app/manifest
Schemadatei appmanifest.xsd

Definition

    <xs:simpleType  name="AutoDeployedWebApplicationDebugInfoAppUrlDefinition">
      <xs:restriction base="xs:string">
        <xs:minLength value="1"/>
        <xs:maxLength value="2048"/>
      </xs:restriction>
    </xs:simpleType>