Compartilhar via


SPField.FieldRenderingMobileControl property

NOTE: This API is now obsolete.

Preterida. Use a propriedade FieldRenderingMobileWebControl . Obtém o controle de tipo de campo celular que é usado para processar o campo de formulário de dados de exibição, editar e novos formulários, Web Parts ou todas as páginas que usam controles de campo em aplicativos móveis.

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 Overridable ReadOnly Property FieldRenderingMobileControl As SPMobileBaseFieldControl
    Get
'Uso
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; }

Property value

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

Ver também

Referência

SPField class

SPField members

Microsoft.SharePoint namespace