SPListItemVersion 类
表示一个列表项的版本。
继承层次结构
System.Object
Microsoft.SharePoint.SPListItemVersion
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public NotInheritable Class SPListItemVersion
用法
Dim instance As SPListItemVersion
public sealed class SPListItemVersion
备注
使用SPListItem类的Versions属性返回的列表项的版本集合。如果在列表中启用版本控制,则每次您修改的项目创建的版本。
使用索引器从集合中返回单个版本。例如,如果该集合分配给名为 myListItemVersions 的变量中,使用在 C# myListItemVersions[index]或myListItemVersions(index)在 Visual Basic 中, index所在的集合中的版本编号。
若要返回特定列值的列表项的版本,请在版本上使用索引器。在 Visual Basic,其中index是字段与列表或字段中的名称关联的集合中的字段的索引号,例如,使用myItemVersion[index]或myItemVersion(index) 。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。