SPFieldRatingScaleValue.Item 属性

评级的从属问题的集合中的指定索引处获取从属问题和用户的响应。

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

语法

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

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

参数

  • index
    类型:System.Int32

    32 位整数,该整数的从属问题集合中指定索引。

属性值

类型:System.String
一个字符串,其中包含问题和以下面的格式,其中假定该2响应已被指定为索引并给予4作为响应用户: My Third Question;#4

另请参阅

引用

SPFieldRatingScaleValue 类

SPFieldRatingScaleValue 成员

Microsoft.SharePoint 命名空间