ChoiceFormatType - Énumération
Énumération qui spécifie comment les options sont affichées pour les sélections dans un champ de choix.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Enumeration ChoiceFormatType
'Utilisation
Dim instance As ChoiceFormatType
public enum ChoiceFormatType
Membres
Nom du membre | Description | |
---|---|---|
Dropdown | Une zone de liste déroulante. | |
RadioButtons | Cases d'option (également appelés cases d'option). |
Remarques
Cette énumération dans le modèle objet client correspond à l'énumération SPChoiceFormatType dans le modèle objet serveur.