Partager via


SPFieldMultiChoiceValue.Add - Méthode

Ajoute une valeur à la collection de valeurs de choix.

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

Syntaxe

'Déclaration
Public Sub Add ( _
    choiceValue As String _
)
'Utilisation
Dim instance As SPFieldMultiChoiceValue
Dim choiceValue As String

instance.Add(choiceValue)
public void Add(
    string choiceValue
)

Paramètres

  • choiceValue
    Type : System.String

    Valeur à ajouter à la collection de valeurs de choix.

Voir aussi

Référence

SPFieldMultiChoiceValue classe

SPFieldMultiChoiceValue - Membres

Microsoft.SharePoint - Espace de noms