Row 要素 (サイト)

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

適用対象: SharePoint Foundation 2010

この記事の内容
属性
子要素
親要素
出現回数

リスト定義の Data 要素内で使用され、サイトの準備中にリストをインスタンス化するときの既定のデータ セットを提供します。

<Row>
</Row>

属性

属性

説明

なし

該当なし

子要素

Field

親要素

Rows

出現回数

最小: 0

最大: 制約なし

次の例では、ウェルカム ページのフィールドの 1 行を定義しています。

<Data>
   <Rows>
      <Row>
         <Field Name="Title">Welcome to your new team Web site!</Field>
         <Field Name="Body">You can use this site to share information 
            with members of the site. To add a new announcement, click 
            "Add new announcement" below. This is a great way to 
            communicate news with your team.</Field>
         <Field Name="Expires"><ows:TodayISO/></Field>
      </Row>
   </Rows>
</Data>