SPFieldLookup.FieldRenderingMobileControl - Propriété
Remarque : cette API est désormais obsolète.
Obtient le contrôle mobile est utilisé pour restituer le champ dans un formulaire.
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 Overrides ReadOnly Property FieldRenderingMobileControl As SPMobileBaseFieldControl
Get
'Utilisation
Dim instance As SPFieldLookup
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 override SPMobileBaseFieldControl FieldRenderingMobileControl { get; }
Valeur de propriété
Type : Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl
Objet Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl qui représente le contrôle mobile.
Remarques
Si la propriété AllowMultipleValues retourne true, l'objet retourné est du type SPMobileMultipleLookupField. Dans le cas contraire, l'objet retourné est du type SPMobileLookupField.