次の方法で共有


Form 要素 (DeploymentManifest)

適用対象: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

Windows SharePoint Services 3.0 フォーム (SPForm) オブジェクトのインスタンスを表します。

定義

DECLARATION
<xs:element name="Form"
        type="SPForm"
        minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<Forms>
        <Form
                Name="Guid"
                Type="xs:string"
                Url="xs:string"
        />
</Forms>

SPForm

要素と属性

以下のセクションで、属性、子要素、親要素について説明します。

属性

属性 説明
名前
Guid 単純型 (DeploymentManifest)
オプション。 フォームを表す一意識別子です。
Type
xs:string
オプション。 PAGETYPE 列挙で指定したフォームのページの種類を指定します。
Url
xs:string
オプション。 フォームの URL です。

子要素

None

親要素

Forms 要素 (DeploymentManifest)

関連項目