Compartir a través de


de la propiedad SPField.FieldRenderingMobileControl

NOTA: esta API está ahora obsoleta.

En desuso. Utilice la propiedad FieldRenderingMobileWebControl en su lugar. Obtiene el control de tipo de campo de teléfono móvil que se usa para representar el campo de formulario de datos de presentación, edición y nuevos formularios, elementos Web o las páginas que utilizan controles de campo en aplicaciones móviles.

Espacio de nombres:  Microsoft.SharePoint
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
<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; }

Valor de propiedad

Tipo: Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl
Un objeto Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl que representa el control.

Vea también

Referencia

clase SPField

Miembros SPField

Espacio de nombres Microsoft.SharePoint