Compartilhar via


SPFieldWhereabout.FieldRenderingMobileControl property

NOTE: This API is now obsolete.

Essa propriedade retorna o controle do processamento de campo para exibição de dispositivos móveis.

Namespace:  Microsoft.SharePoint.Applications.GroupBoard
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 SPFieldWhereabout
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 objetoSPMobileBaseFieldControl.

Ver também

Referência

SPFieldWhereabout class

SPFieldWhereabout members

Microsoft.SharePoint.Applications.GroupBoard namespace