次の方法で共有


Form 要素 (DeploymentManifest)

最終更新日: 2015年3月9日

適用対象: SharePoint Foundation 2010

この記事の内容

属性
子要素
親要素

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

属性

属性

説明

Name

Guid 単純型 (DeploymentManifest)

オプション。フォームを表す一意識別子です。

Type

xs:string

オプション。PAGETYPE 列挙体で指定されているフォームのページの種類を指定します。

Url

xs:string

オプション。フォームの URL です。

子要素

なし

親要素

Forms 要素 (DeploymentManifest)

関連項目

参照

SPForm

PAGETYPE

概念

DeploymentManifest スキーマ