Compartilhar via


SPFieldLookup.FieldRenderingMobileControl property

NOTE: This API is now obsolete.

Obtém o controle móvel é usado para renderizar o campo em uma página de formulário.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
<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
'Uso
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; }

Property value

Type: Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl
Um objeto Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl que representa o controle móvel.

Comentários

Se a propriedade AllowMultipleValues retorna true, o objeto retornado é do tipo SPMobileMultipleLookupField. Caso contrário, o objeto retornado é do tipo SPMobileLookupField.

Ver também

Referência

SPFieldLookup class

SPFieldLookup members

Microsoft.SharePoint namespace