次の方法で共有


SPEventHostType 単純型 (DeploymentManifest)

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

適用対象: SharePoint Foundation 2010

イベント ホストのオブジェクトの種類を指定します。

<xs:simpleType name="SPEventHostType" >
   <xs:restriction base="xs:string">
      <xs:enumeration value="Site" />
      <xs:enumeration value="Web" />
      <xs:enumeration value="List" />
      <xs:enumeration value="ListItem" />
      <xs:enumeration value="ContentType" />
      <xs:enumeration value="Feature" />
   </xs:restriction>
</xs:simpleType>

列挙値

説明

Site

SharePoint サイト オブジェクト (SPSite)。

Web

SharePoint Web オブジェクト (SPWeb)。

List

SharePoint リスト オブジェクト (SPList)。

ListItem

SharePoint ListItem オブジェクト (SPListItem)。

ContentType

SharePoint ContentType オブジェクト (SPContentType)。

Feature

SharePoint フィーチャー オブジェクト (SPFeature)。

関連項目

参照

SPEventHostType

概念

DeploymentManifest スキーマ