SPFieldMultiChoiceValue.Item 属性

获取值的集合中的指定索引处的值。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public ReadOnly Default Property Item ( _
    index As Integer _
) As String
    Get
用法
Dim instance As SPFieldMultiChoiceValue
Dim index As Integer
Dim value As String

value = instance(index)
public string this[
    int index
] { get; }

参数

  • index
    类型:System.Int32

    一个 32 整数,它指定的索引。

属性值

类型:System.String
一个字符串,其中包含指定的索引处的值。

另请参阅

引用

SPFieldMultiChoiceValue 类

SPFieldMultiChoiceValue 成员

Microsoft.SharePoint 命名空间