次の方法で共有


AppDomains complexType (apps for Office 1.1)

Defines additional domains that the app may use to load its pages.

Introduced in

apps for Office Manifest Schema Reference v1.0

Type information

Namespace

https://schemas.microsoft.com/office/appforoffice/1.1

Schema file

OfficeAppManifestv1.1.xsd

Extension base

None

Definition

<xs:complexType name="AppDomains">
    <xs:sequence minOccurs="1" maxOccurs="unbounded">
        <xs:element name="AppDomain" type="LongString"></xs:element>
    </xs:sequence>
</xs:complexType>

Elements and attributes

スキーマで sequence、minOccurs、maxOccurs、choice などの具体的な要件が定義されている場合は、定義のセクションを参照してください。

Child elements

Element

Type

Description

AppDomain

LongString

Defines a domain that will be used to load one or more app pages.

Attributes

None.