指定的历史版本的应用事件的列表项的类型。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Enumeration SPEventReceiverListItemVersionType
用法
Dim instance As SPEventReceiverListItemVersionType
public enum SPEventReceiverListItemVersionType
成员
| 成员名称 | 说明 | |
|---|---|---|
| InvalidVersion | 事件类型不适用于到的列表项的版本历史。值为 0。 | |
| SpecificVersion | 事件适用于以前的版本的ListItemVersion属性中指定的列表项。值 = 1。 | |
| AllMinorVersions | 该事件应用于所有以前的次要版本的列表项。值 = 2。 | |
| AllVersions | 该事件应用于所有以前版本的列表项。值 = 3。 |