获取集合中指定索引处的视图字段的内部名称。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
iIndex As Integer _
) As String
Get
用法
Dim instance As SPViewFieldCollection
Dim iIndex As Integer
Dim value As String
value = instance(iIndex)
public string this[
int iIndex
] { get; }
参数
iIndex
类型:System.Int32一个 32 整数,它指定的索引。
属性值
类型:System.String
一个字符串,包含的内部名称。
备注
在 C# 中,此属性是SPViewFieldCollection类的索引器。