PropertiesDefinition 複合型

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

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

注:

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

型情報

リソース File
Namespace http://schemas.microsoft.com/sharepoint/2012/app/manifest
スキーマ ファイル appmanifest.xsd
拡張ベース なし

定義

    <xs:complexType name="PropertiesDefinition">
      <xs:all>
        <xs:element name="InstalledEventEndpoint"  type="UrlElementDefinition"
         minOccurs="0"
         maxOccurs="1"
        >
        </xs:element>

        <xs:element name="StartPage"  type="UrlElementDefinition"
         minOccurs="1"
         maxOccurs="1"
        >
        </xs:element>

        <xs:element name="SupportedLanguages"  type="SupportedLanguagesDefinition"
         minOccurs="0"
         maxOccurs="1"
        >
        </xs:element>

        <xs:element name="Title"  type="TitleDefinition"
         minOccurs="1"
         maxOccurs="1"
        >
        </xs:element>

        <xs:element name="UninstallingEventEndpoint"  type="UrlElementDefinition"
         minOccurs="0"
         maxOccurs="1"
        >
        </xs:element>

        <xs:element name="UpgradedEventEndpoint"  type="UrlElementDefinition"
         minOccurs="0"
         maxOccurs="1"
        >
        </xs:element>

        <xs:element name="WebTemplate"  type="WebTemplateDefinition"
         minOccurs="0"
         maxOccurs="1"
        >
        </xs:element>
      </xs:all>
    </xs:complexType>

要素と属性

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

子要素

要素

説明

InstalledEventEndpoint

UrlElementDefinition

インストールされているイベント レシーバー エンドポイントの URL。

スタート ページ

UrlElementDefinition

SharePoint アドインの起動時にアクセスしたページの URL。

SupportedLanguages

SupportedLanguagesDefinition

このアドインがサポートする言語カルチャの組み合わせのセミコロン区切りの一覧。 例: en-US;ja-JP;

Title

TitleDefinition

SharePoint アドインのタイトル。

UninstallingEventEndpoint

UrlElementDefinition

アンインストールしているイベント レシーバー エンドポイントの URL。

UpgradedEventEndpoint

UrlElementDefinition

アップグレードされたイベント レシーバー エンドポイントの URL。

WebTemplate

WebTemplateDefinition

アドイン Web の作成時に使用する Web テンプレート。

SettingsPage

UrlElementDefinition

SharePoint アドインの設定を表示または更新する必要があるときにアクセスしたページの URL。

SupportedLocales

SupportedLocalesDefinition

このアドインがサポートするロケールの一覧。


属性

なし。