View 要素 (DeploymentManifest)
最終更新日: 2015年3月9日
適用対象: SharePoint Foundation 2010
この記事の内容
型
属性
子要素
親要素
Windows SharePoint Services 3.0 ビュー (SPView) オブジェクトのインスタンスを表します。
DECLARATION
<xs:element name="View" type="SPView" minOccurs="0" maxOccurs="unbounded" />
USAGE
<Views>
<View>
<xs:choice minOccurs="0" maxOccurs="25">
<xs:element name="Script" />
<xs:element name="PagedRowset" />
<xs:element name="PagedClientCallbackRowset" />
<xs:element name="PagedRecurrenceRowset" />
<xs:element name="ViewFields" />
<xs:element name="ViewData" />
<xs:element name="Query" />
<xs:element name="RowLimit" />
<xs:element name="RowLimitExceeded" />
<xs:element name="Toolbar" />
<xs:element name="Formats" />
<xs:element name="Aggregations" />
<xs:element name="ViewStyle" />
<xs:element name="ViewBody" />
<xs:element name="ViewEmpty" />
<xs:element name="ViewFooter" />
<xs:element name="ViewHeader" />
<xs:element name="ViewBidiHeader" />
<xs:element name="GroupByFooter" />
<xs:element name="GroupByHeader" />
<xs:element name="CalendarViewStyles" />
<xs:element name="ListFormBody" />
</xs:choice>
<xs:attribute name="Name" />
<xs:attribute name="DefaultView" />
<xs:attribute name="Type" />
<xs:attribute name="Hidden" />
<xs:attribute name="Threaded" />
<xs:attribute name="FPModified" />
<xs:attribute name="ReadOnly" />
<xs:attribute name="Scope" />
<xs:attribute name="RecurrenceRowset" />
<xs:attribute name="ModerationType" />
<xs:attribute name="Personal" />
<xs:attribute name="OrderedView" />
<xs:attribute name="DisplayName" />
<xs:attribute name="ContentTypeId" />
<xs:attribute name="Url" />
<xs:attribute name="BaseViewID" />
<xs:attribute name="WebPartZoneID" />
</View>
</Views>
型
SPView オブジェクト。
属性
属性 |
型 |
説明 |
---|---|---|
BaseViewID |
xs:string |
オプション。ビューのベース ビューの ID を表します。 |
ContentTypeId |
xs:string |
オプション。ビューに関連付けられているコンテンツ タイプの ID を表します。 |
DefaultView |
xs:boolean |
オプション。ビューが既定のビューかどうかを指定します。 |
DisplayName |
xs:string |
オプション。ビューの表示名を表します。 |
FPModified |
xs:boolean |
オプション。ビューが HTML エディタで変更されたかどうかを指定します。 |
Hidden |
xs:boolean |
オプション。ビューが非表示かどうかを指定します。 |
ModerationType |
xs:string |
オプション。ビューのコンテンツ承認の種類を表します。 |
Name |
オプション。ビューを表す一意識別子です。 |
|
OrderedView |
xs:boolean |
オプション。ユーザーがユーザー インターフェイスを通じてアイテムを並べ替えることができるかどうかを指定します。 |
Personal |
xs:boolean |
オプション。ビューが個人用に設定されているかどうかを指定します。 |
ReadOnly |
xs:boolean |
オプション。ビューが読み取り専用かどうかを指定します。 |
RecurrenceRowset |
xs:boolean |
オプション。ビューが反復的な行セットをサポートするかどうかを指定します。 |
Scope |
オプション。ドキュメント ライブラリのビューの再帰的な範囲を設定します。 |
|
Threaded |
xs:boolean |
オプション。ビューがスレッド化されているかどうかを指定します。 |
Type |
xs:string |
オプション。ビューの種類を表します。 |
Url |
xs:string |
オプション。ビューを含むページのサイトの相対 URL を表します。 |
WebPartZoneID |
xs:string |
オプション。ビューが配置されている Web パーツ ゾーンを表す識別子です。 |