SPMobileListField - Classe
Restitue la valeur d'un champ particulier (colonne) dans une ligne spécifique, soit sous la forme d'un contrôle d'étiquette simple, en fonction du type de champ et le type de page, sous la forme d'un élément d'interface utilisateur.
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.SPMobileListField
Espace de noms : Microsoft.SharePoint.Mobile.WebControls
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class SPMobileListField _
Inherits SPMobileBaseFieldControl
'Utilisation
Dim instance As SPMobileListField
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class SPMobileListField : SPMobileBaseFieldControl
Remarques
Par exemple, si le type de champ est choix, le champ s'affiche sous la forme d'une sélection de zone de liste déroulante. Si le type de champ est texte, le champ s'affiche sous la forme d'une étiquette.
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.