Partager via


SPFieldMultiChoiceValue.Item - Propriété

Obtient la valeur à l'index spécifié dans la collection de valeurs.

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As String
    Get
'Utilisation
Dim instance As SPFieldMultiChoiceValue
Dim index As Integer
Dim value As String

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

Paramètres

  • index
    Type : System.Int32

    Un entier 32 bits qui indique l'index.

Valeur de propriété

Type : System.String
Chaîne qui contient la valeur à l'index spécifié.

Voir aussi

Référence

SPFieldMultiChoiceValue classe

SPFieldMultiChoiceValue - Membres

Microsoft.SharePoint - Espace de noms