SPField.FieldRenderingMobileControl - Propriété
Remarque : cette API est désormais obsolète.
Déconseillée. Utilisez la propriété FieldRenderingMobileWebControl à la place. Obtient le contrôle de type de champ mobile qui est utilisé pour restituer le champ Afficher, les modifier et les nouveaux formulaires, formulaire de données WebParts, ou toutes les pages qui utilisent des contrôles de champ dans les applications mobiles.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Public Overridable ReadOnly Property FieldRenderingMobileControl As SPMobileBaseFieldControl
Get
'Utilisation
Dim instance As SPField
Dim value As SPMobileBaseFieldControl
value = instance.FieldRenderingMobileControl
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
public virtual SPMobileBaseFieldControl FieldRenderingMobileControl { get; }
Valeur de propriété
Type : Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl
Un objet Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl qui représente le contrôle.