Share via


SPEventHostType 単純型 (DeploymentManifest)

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

<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)。

See Also

参照

SPEventHostType

概念

DeploymentManifest スキーマ