SPListItemVersion.Item 属性 (String)
获取基于指定的列的显示名称的项目版本中的一个值。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
fieldName As String _
) As Object
Get
用法
Dim instance As SPListItemVersion
Dim fieldName As String
Dim value As Object
value = instance(fieldName)
public Object this[
string fieldName
] { get; }
参数
fieldName
类型:System.String一个字符串,指定该字段的显示名称。
属性值
类型:System.Object
一个对象,表示字段的值。