Compartilhar via


SPFieldWorkflowStatus.FieldRenderingMobileControl property

NOTE: This API is now obsolete.

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 os controles de campo.

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 SPFieldWorkflowStatus
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 que representa o controle.

Comentários

Essa substituição retorna um objeto [Microsoft.SharePoint.Mobile.WebControls.SPWorkflowStatusField] .

Ver também

Referência

SPFieldWorkflowStatus class

SPFieldWorkflowStatus members

Microsoft.SharePoint namespace