Share via


内部要素 (AppPrincipalDefinition complexType)

(SharePoint アドイン マニフェスト)

適用対象: SharePoint アドイン |SharePoint Foundation 2013 |SharePoint Server 2013

この要素が存在するということは、アドインがプロバイダーホストではなく SharePoint ホストであることを意味します。

注:

SharePoint アドインはもともと "SharePoint 用アプリ" と呼ばれたため、文字列 app は要素、属性、およびファイル名の一部またはすべてとして表示されます。下位互換性を確保するために、スキーマは変更されていません。

要素の情報

情報 場所
要素の種類 未定義
Namespace http://schemas.microsoft.com/sharepoint/2012/app/manifest
スキーマ ファイル appmanifest.xsd

定義

    <xs:element name="Internal" >
      <xs:attribute name="AllowedRemoteHostUrl"
        type="ManifestUri"
        use="optional"
        />
      <xs:attribute name="RedirectUrl"
        type="ManifestUri"
        use="optional"
        />
    </xs:element>

要素と属性

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

親要素

要素

説明

AppPrincipal

AppPrincipalDefinition

アドイン プリンシパル情報。


子要素

なし。


属性

属性

種類

必須

説明

使用可能な値

AllowedRemoteHostUrl

ManifestUri

省略可能

アドイン プリンシパルの許可されたリモート ホスト URL。

ManifestUri 型の値。

RedirectUrl

ManifestUri

省略可能

アドイン プリンシパルのリダイレクト URL。

ManifestUri 型の値。