Partager via


SPMobileChoiceField - Classe

Génère le rendu d'un champ qui obtient une valeur lorsqu'un utilisateur sélectionne une option à partir d'un nombre limité d'options.

Hiérarchie d’héritage

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.SharePoint.Mobile.WebControls.SPMobileComponent
        Microsoft.SharePoint.Mobile.WebControls.SPMobileFieldMetaData
          Microsoft.SharePoint.Mobile.WebControls.SPMobileBaseFieldControl
            Microsoft.SharePoint.Mobile.WebControls.SPMobileBaseChoiceField
              Microsoft.SharePoint.Mobile.WebControls.SPMobileChoiceField
                Microsoft.SharePoint.Mobile.WebControls.SPMobileLookupField
                Microsoft.SharePoint.Mobile.WebControls.SPMobileMultiChoiceField

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

Syntaxe

'Déclaration
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class SPMobileChoiceField _
    Inherits SPMobileBaseChoiceField
'Utilisation
Dim instance As SPMobileChoiceField
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class SPMobileChoiceField : SPMobileBaseChoiceField

Remarques

Pour un contrôle qui restitue un champ dans lequel l'utilisateur peut choisir plusieurs options, reportez-vous à SPMobileMultiChoiceField.

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

SPMobileChoiceField - Membres

Microsoft.SharePoint.Mobile.WebControls - Espace de noms