View 要素 (DeploymentManifest)

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

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
オプション。ビューのコンテンツ承認の種類を表します。
名前
Guid 単純型 (DeploymentManifest)
オプション。 ビューを表す一意識別子です。
OrderedView
xs:boolean
オプション。 ユーザーがユーザー インターフェイスを通じてアイテムを並べ替えることができるかどうかを指定します。
個人用
xs:boolean
オプション。 ビューが個人用に設定されているかどうかを指定します。
ReadOnly
xs:boolean
オプション。 ビューが読み取り専用かどうかを指定します。
RecurrenceRowset
xs:boolean
オプション。 ビューが反復的な行セットをサポートするかどうかを指定します。
スコープ
SPViewScope 単純型 (DeploymentManifest)
オプション。 ドキュメント ライブラリのビューの再帰的な範囲を設定します。
スレッド
xs:boolean
オプション。 ビューがスレッド化されているかどうかを指定します。
Type
xs:string
オプション。 ビューの種類を表します。
Url
xs:string
オプション。 ビューを含むページのサイトの相対 URL を表します。
WebPartZoneID
xs:string
オプション。 ビューがサイト化されている Web パーツ ゾーンの識別子。

子要素

親要素

関連項目